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, @Json(name = "skip_nylas_email") Boolean skipNylasEmail)

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.

Link copied to clipboard
private final Boolean skipNylasEmail

When true, Nylas does not send an email to the event organizer when the RSVP is sent.

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.

Link copied to clipboard
public final Boolean getSkipNylasEmail()

When true, Nylas does not send an email to the event organizer when the RSVP is sent.