Participant

public final class Participant

Class representation of an event participant.

Constructors

Link copied to clipboard
public UpdateEventRequest.Participant UpdateEventRequest.Participant(@Json(name = "email") String email, @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

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.

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.