Attachment
Class representation of a Nylas attachment object
Constructors
Link copied to clipboard
public Attachment Attachment(@Json(name = "id" ) String id, @Json(name = "grant_id" ) String grantId, @Json(name = "size" ) Integer size, @Json(name = "filename" ) String filename, @Json(name = "content_type" ) String contentType, @Json(name = "is_inline" ) Boolean isInline, @Json(name = "content_id" ) String contentId, @Json(name = "content_disposition" ) String contentDisposition)
Properties
Functions
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.
Link copied to clipboard
Nylas grant ID that is now successfully created.