Participant

public final class Participant

Class representing an Event participant.

Constructors

Link copied to clipboard
public Participant 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)

Properties

Link copied to clipboard
private final String comment

Comment by the participant.

Link copied to clipboard
private final String email

Participant's email address.

Link copied to clipboard
private final String name

Participant's name.

Link copied to clipboard
private final String phoneNumber

Participant's phone number.

Link copied to clipboard
private final ParticipantStatus status

Participant's status.

Functions

Link copied to clipboard
public final String getComment()

Comment by the participant.

Link copied to clipboard
public final String getEmail()

Participant's email address.

Link copied to clipboard
public final String getName()

Participant's name.

Link copied to clipboard
public final String getPhoneNumber()

Participant's phone number.

Link copied to clipboard

Participant's status.