List Nylas List Items Query Params
Class representation of the query parameters for listing items in a Nylas list.
Constructors
Link copied to clipboard
public ListNylasListItemsQueryParams ListNylasListItemsQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken)
Types
Link copied to clipboard
Builder for ListNylasListItemsQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Cursor for pagination. Pass the value of ListResponse.nextCursor to get the next page.