ConfigurationParticipant

public final class ConfigurationParticipant

Class representation of a participant in a scheduled event.

Constructors

Link copied to clipboard
public ConfigurationParticipant ConfigurationParticipant(@Json(name = "email") String email, @Json(name = "name") String name, @Json(name = "is_organizer") Boolean isOrganizer, @Json(name = "availability") ConfigurationAvailabilityParticipant availability, @Json(name = "booking") ConfigurationBookingParticipant booking, @Json(name = "timezone") String timezone)

Types

Link copied to clipboard
public final class Builder

A builder for creating a ConfigurationParticipant.

Properties

Link copied to clipboard

Availability data for the participant.

Link copied to clipboard

Booking data for the participant.

Link copied to clipboard
private final String email

Email address of the participant.

Link copied to clipboard
private final Boolean isOrganizer

If true, the participant is the organizer of the event.

Link copied to clipboard
private final String name

Name of the participant.

Link copied to clipboard
private final String timezone

Timezone of the participant.

Functions

Link copied to clipboard

Availability data for the participant.

Link copied to clipboard

Booking data for the participant.

Link copied to clipboard
public final String getEmail()

Email address of the participant.

Link copied to clipboard
public final String getName()

Name of the participant.

Link copied to clipboard
public final String getTimezone()

Timezone of the participant.

Link copied to clipboard
public final Boolean isOrganizer()

If true, the participant is the organizer of the event.