BookingOrganizer

public final class BookingOrganizer

Class representation of a booking organizer.

Constructors

Link copied to clipboard
public BookingOrganizer BookingOrganizer(@Json(name = "email") String email, @Json(name = "name") String name)

Properties

Link copied to clipboard
private final String email

The email address of the participant designated as the organizer of the event.

Link copied to clipboard
private final String name

The name of the participant designated as the organizer of the event.

Functions

Link copied to clipboard
public final String getEmail()

The email address of the participant designated as the organizer of the event.

Link copied to clipboard
public final String getName()

The name of the participant designated as the organizer of the event.