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 = "status") String status)

Types

Link copied to clipboard
public final class Builder

Builder for SendRsvpQueryParams.

Properties

Link copied to clipboard
private final String status

The RSVP status for the event. Must be yes, no, or maybe

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final String getStatus()

The RSVP status for the event. Must be yes, no, or maybe