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") RsvpStatus status)

Types

Link copied to clipboard
public final class Builder

Builder for SendRsvpQueryParams.

Properties

Link copied to clipboard
private final RsvpStatus 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 RsvpStatus getStatus()

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