public static final class MimeContent.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MimeContent |
build() |
MimeContent.Builder |
type(String type)
“Indicates the content mime type.”
|
MimeContent.Builder |
value(byte[] value)
“The byte array that contains the actual content.”
|
public MimeContent.Builder type(String type)
type - value of type property (as defined in service metadata)this (for method chaining)public MimeContent.Builder value(byte[] value)
value - value of value property (as defined in service metadata)this (for method chaining)public MimeContent build()
Copyright © 2018–2020. All rights reserved.