Returns a mutable builder for constructing an instance of [MultipartField].
public Unit builder()Returns a mutable builder for constructing an instance of [MultipartField]. The following fields are required:
.value()
If [contentType] is unset, then it will be set to application/octet-stream if [value]
is binary data, or text/plain; charset=utf-8 otherwise.