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") <Error class: unknown class> status)

Types

Link copied to clipboard
public final class Builder

Builder for SendRsvpQueryParams.

Properties

Link copied to clipboard
private final <Error class: unknown class> 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 <Error class: unknown class> getStatus()

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