SendRsvpQueryParams

public final class SendRsvpQueryParams implements IQueryParams

Class representation of the query parameters for sending RSVP.

Constructors

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

Types

Link copied to clipboard
public final class Builder

Builder for SendRsvpQueryParams.

Properties

Link copied to clipboard
private final String calendarId

The ID of the calendar to create the event in.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final String getCalendarId()

The ID of the calendar to create the event in.