public static final class BinaryMetadata.Builder extends Object
BinaryMetadata.| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
build()
Build the BinaryMetadata object.
|
BinaryMetadata.Builder |
hints(Map<String,List<String>> hints)
Set the hints for persistence.
|
BinaryMetadata.Builder |
mimeType(String mimeType)
Set the binary MIME type.
|
public BinaryMetadata.Builder mimeType(String mimeType)
mimeType - the MIME typepublic BinaryMetadata.Builder hints(Map<String,List<String>> hints)
hints - the hints, may not be nullpublic BinaryMetadata build()