CreateBookingOrganizer

public final class CreateBookingOrganizer

Class representing a request to create a booking organizer.

Constructors

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

Types

Link copied to clipboard
public final class Builder

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.