Nylas List
Class representation of a Nylas list object. Lists are typed collections of domains, TLDs, or addresses referenced by rule conditions.
Constructors
Link copied to clipboard
public NylasList NylasList(@Json(name = "id" ) String id, @Json(name = "name" ) String name, @Json(name = "description" ) String description, @Json(name = "type" ) NylasListType type, @Json(name = "items_count" ) Integer itemsCount, @Json(name = "application_id" ) String applicationId, @Json(name = "organization_id" ) String organizationId, @Json(name = "created_at" ) Long createdAt, @Json(name = "updated_at" ) Long updatedAt)
Properties
Link copied to clipboard
The ID of the Nylas application this list belongs to.
Link copied to clipboard
Optional description of the list.
Link copied to clipboard
The number of items currently in the list.
Link copied to clipboard
The ID of the organization this list belongs to.
Link copied to clipboard
The type of values stored in this list. Immutable after creation.
Functions
Link copied to clipboard
The ID of the Nylas application this list belongs to.
Link copied to clipboard
Unix timestamp when the list was created.
Link copied to clipboard
Optional description of the list.
Link copied to clipboard
The number of items currently in the list.
Link copied to clipboard
The ID of the organization this list belongs to.
Link copied to clipboard
The type of values stored in this list. Immutable after creation.
Link copied to clipboard
Unix timestamp when the list was last updated.