Participant

public final class Participant

Class representation of an event participant.

Constructors

Link copied to clipboard
public CreateEventRequest.Participant CreateEventRequest.Participant(@Json(name = "email") String email, @Json(name = "status") ParticipantStatus status, @Json(name = "name") String name, @Json(name = "phone_number") String phoneNumber, @Json(name = "comment") String comment)

Types

Link copied to clipboard
public final class Builder

Builder for Participant.

Properties

Link copied to clipboard
private final String comment

A comment by the participant.

Link copied to clipboard
private final String email

The participant's email address.

Link copied to clipboard
private final String name

The participant's full name.

Link copied to clipboard
private final String phoneNumber

Participants phone number.

Link copied to clipboard
private final ParticipantStatus status

Attendance status.

Functions

Link copied to clipboard
public final String getComment()

A comment by the participant.

Link copied to clipboard
public final String getEmail()

The participant's email address.

Link copied to clipboard
public final String getName()

The participant's full name.

Link copied to clipboard
public final String getPhoneNumber()

Participants phone number.

Link copied to clipboard

Attendance status.