ConfigurationEventBooking

public final class ConfigurationEventBooking

Class representation of an event booking.

Constructors

Link copied to clipboard
public ConfigurationEventBooking ConfigurationEventBooking(@Json(name = "title") String title, @Json(name = "description") String description, @Json(name = "location") String location, @Json(name = "timezone") String timezone, @Json(name = "booking_type") BookingType bookingType, @Json(name = "conferencing") Conferencing conferencing, @Json(name = "disable_emails") Boolean disableEmails, @Json(name = "reminders") List<BookingReminder> reminders, @Json(name = "hide_participants") Boolean hideParticipants)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final BookingType bookingType

The type of booking.

Link copied to clipboard
private final Conferencing conferencing

Conference details for the event.

Link copied to clipboard
private final String description

The description of the event.

Link copied to clipboard
private final Boolean disableEmails

Whether Nylas sends email messages when an event is booked, cancelled, or rescheduled.

Link copied to clipboard
private final Boolean hideParticipants

Whether to hide participants from the event booking.

Link copied to clipboard
private final String location

The location of the event.

Link copied to clipboard

The list of reminders to send to participants before the event starts.

Link copied to clipboard
private final String timezone

The timezone for displaying times in confirmation email messages and reminders.

Link copied to clipboard
private final String title

The title of the event.

Functions

Link copied to clipboard
public final BookingType getBookingType()

The type of booking.

Link copied to clipboard

Conference details for the event.

Link copied to clipboard
public final String getDescription()

The description of the event.

Link copied to clipboard
public final Boolean getDisableEmails()

Whether Nylas sends email messages when an event is booked, cancelled, or rescheduled.

Link copied to clipboard

Whether to hide participants from the event booking.

Link copied to clipboard
public final String getLocation()

The location of the event.

Link copied to clipboard

The list of reminders to send to participants before the event starts.

Link copied to clipboard
public final String getTimezone()

The timezone for displaying times in confirmation email messages and reminders.

Link copied to clipboard
public final String getTitle()

The title of the event.