public static final class AttachmentItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AttachmentItem.Builder |
attachmentType(AttachmentType attachmentType) |
AttachmentItem |
build() |
AttachmentItem.Builder |
contentType(String contentType) |
AttachmentItem.Builder |
isInline(Boolean isInline) |
AttachmentItem.Builder |
name(String name) |
AttachmentItem.Builder |
size(Long size) |
public AttachmentItem.Builder attachmentType(AttachmentType attachmentType)
public AttachmentItem.Builder name(String name)
public AttachmentItem.Builder size(Long size)
public AttachmentItem.Builder contentType(String contentType)
public AttachmentItem.Builder isInline(Boolean isInline)
public AttachmentItem build()
Copyright © 2018–2020. All rights reserved.