Folder
Class representation of the Nylas folder response.
Constructors
Link copied to clipboard
public Folder Folder(@Json(name = "id" ) String id, @Json(name = "grant_id" ) String grantId, @Json(name = "system_folder" ) Boolean systemFolder, @Json(name = "child_count" ) Integer childCount, @Json(name = "unread_count" ) Integer unreadCount, @Json(name = "total_count" ) Integer totalCount, @Json(name = "object" ) String obj, @Json(name = "name" ) String name, @Json(name = "parent_id" ) String parentId, @Json(name = "background_color" ) String backgroundColor, @Json(name = "text_color" ) String textColor)
Properties
Link copied to clipboard
Folder background color. (Google only)
Link copied to clipboard
The number of immediate child folders in the current folder. (Microsoft only)
Link copied to clipboard
Indicates if the folder is user created or system created. (Google Only)
Link copied to clipboard
The number of items inside of a folder.
Link copied to clipboard
The number of unread items inside of a folder.
Functions
Link copied to clipboard
Folder background color. (Google only)
Link copied to clipboard
The number of immediate child folders in the current folder. (Microsoft only)
Link copied to clipboard
A Grant ID of the Nylas account.
Link copied to clipboard
ID of the parent folder. (Microsoft only)
Link copied to clipboard
Indicates if the folder is user created or system created. (Google Only)
Link copied to clipboard
Folder text color. (Google only)
Link copied to clipboard
The number of items inside of a folder.
Link copied to clipboard
The number of unread items inside of a folder.