Create Attachment Request
Class representing a Nylas attachment object.
Constructors
Link copied to clipboard
public CreateAttachmentRequest CreateAttachmentRequest(@Json(name = "filename" ) String filename, @Json(name = "content_type" ) String contentType, @Json(name = "content" ) InputStream content, @Json(name = "size" ) Integer size, @Json(name = "is_inline" ) Boolean isInline, @Json(name = "content_id" ) String contentId, @Json(name = "content_disposition" ) String contentDisposition)
Types
Link copied to clipboard
Builder for CreateAttachmentRequest.
Properties
Functions
Link copied to clipboard
The content of the attachment.
Link copied to clipboard
The content disposition if the attachment is located inline.
Link copied to clipboard
The content ID of the attachment.
Link copied to clipboard
The content type of the attachment.
Link copied to clipboard
The filename of the attachment.