ListNotetakersQueryParams

public final class ListNotetakersQueryParams implements IQueryParams

Class representing the query parameters for listing Notetakers.

Constructors

Link copied to clipboard
public ListNotetakersQueryParams ListNotetakersQueryParams(@Json(name = "state") Notetaker.NotetakerState state, @Json(name = "join_time_from") Long joinTimeFrom, @Json(name = "join_time_until") Long joinTimeUntil, @Json(name = "limit") Integer limit, @Json(name = "page_token") String pageToken, @Json(name = "prev_page_token") String prevPageToken, @Json(name = "select") String select)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Long joinTimeFrom

Filter for Notetaker bots that are scheduled to join meetings after the specified time.

Link copied to clipboard
private final Long joinTimeUntil

Filter for Notetaker bots that are scheduled to join meetings until the specified time.

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 String pageToken

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

Link copied to clipboard
private final String prevPageToken

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

Link copied to clipboard
private String select

Specify fields that you want Nylas to return, as a comma-separated list. This allows you to receive only the portion of object data that you're interested in.

Link copied to clipboard

Filter for Notetaker bots with the specified meeting state.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final Long getJoinTimeFrom()

Filter for Notetaker bots that are scheduled to join meetings after the specified time.

Link copied to clipboard
public final Long getJoinTimeUntil()

Filter for Notetaker bots that are scheduled to join meetings until the specified time.

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 String getPageToken()

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

Link copied to clipboard
public final String getPrevPageToken()

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

Link copied to clipboard
public final String getSelect()

Specify fields that you want Nylas to return, as a comma-separated list. This allows you to receive only the portion of object data that you're interested in.

Link copied to clipboard

Filter for Notetaker bots with the specified meeting state.

Link copied to clipboard
public final Unit setSelect(String select)

Specify fields that you want Nylas to return, as a comma-separated list. This allows you to receive only the portion of object data that you're interested in.