Class AddAttachmentRequest.FileReference.Builder
Object
Builder
- Enclosing class:
AddAttachmentRequest.FileReference
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The file id for attachment.fileStream(InputStream fileStream) The file content for attachment.The display name of the file of this attachment.toString()
-
Method Details
-
name
The display name of the file of this attachment.- Returns:
this.
-
fileStream
The file content for attachment. It could not be used together withfileId.- Returns:
this.
-
fileId
The file id for attachment. It could not be used together withfileStream.- Returns:
this.
-
build
-
toString
-