ListCalendersQueryParams

public final class ListCalendersQueryParams implements IQueryParams

Class representation of the query parameters for listing calendars.

Constructors

Link copied to clipboard
public ListCalendersQueryParams ListCalendersQueryParams(@Json(name = "limit") Integer limit, @Json(name = "page_token") String pageToken, @Json(name = "metadata_pair") Map<String, String> metadataPair)

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. This field defaults to 50. The maximum allowed value is 200.

Link copied to clipboard
private final Map<String, String> metadataPair

Pass in your metadata key and value pair to search for metadata.

Link copied to clipboard
private final String pageToken

An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.

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. This field defaults to 50. The maximum allowed value is 200.

Link copied to clipboard
public final Map<String, String> getMetadataPair()

Pass in your metadata key and value pair to search for metadata.

Link copied to clipboard
public final String getPageToken()

An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.