ListNylasListsQueryParams

public final class ListNylasListsQueryParams implements IQueryParams

Class representation of the query parameters for listing Nylas lists.

Constructors

Link copied to clipboard
public ListNylasListsQueryParams ListNylasListsQueryParams(@Json(name = "limit") Integer limit, @Json(name = "page_token") String pageToken)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer limit

The maximum number of objects to return.

Link copied to clipboard
private final String pageToken

Cursor for pagination. Pass the value of ListResponse.nextCursor to get the next page.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final Integer getLimit()

The maximum number of objects to return.

Link copied to clipboard
public final String getPageToken()

Cursor for pagination. Pass the value of ListResponse.nextCursor to get the next page.