FindEventQueryParams

public final class FindEventQueryParams implements IQueryParams

Class representation of the query parameters for finding an event.

Constructors

Link copied to clipboard
public FindEventQueryParams FindEventQueryParams(@Json(name = "calendar_id") String calendarId)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String calendarId

Calendar ID to find the event in. "primary" is a supported value indicating the user's primary calendar.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final String getCalendarId()

Calendar ID to find the event in. "primary" is a supported value indicating the user's primary calendar.