static AttachmentContent.Builder |
AttachmentContent.builder() |
|
AttachmentContent.Builder |
AttachmentContent.Builder.hash(String hash) |
The cryptographic hash value of the document content.
|
AttachmentContent.Builder |
AttachmentContent.Builder.hashType(String hashType) |
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
AttachmentContent.Builder.hashType(AttachmentHashType hashType) |
The hash algorithm used to calculate the hash value.
|
AttachmentContent.Builder |
AttachmentContent.Builder.name(String name) |
The name of an attachment.
|
AttachmentContent.Builder |
AttachmentContent.Builder.size(Long size) |
The size of an attachment in bytes.
|
AttachmentContent.Builder |
AttachmentContent.toBuilder() |
|
AttachmentContent.Builder |
AttachmentContent.Builder.url(String url) |
The URL location of the attachment content.
|