GetAvailabilityResponse

public final class GetAvailabilityResponse

Class representation of a Nylas get availability response

Constructors

Link copied to clipboard
public GetAvailabilityResponse GetAvailabilityResponse(@Json(name = "order") List<String> order, @Json(name = "time_slots") List<TimeSlot> timeSlots)

Properties

Link copied to clipboard
private final List<String> order

This property is only populated for round-robin events. It will contain the order in which the accounts would be next in line to attend the proposed meeting.

Link copied to clipboard
private final List<TimeSlot> timeSlots

The available time slots where a new meeting can be created for the requested preferences.

Functions

Link copied to clipboard
public final List<String> getOrder()

This property is only populated for round-robin events. It will contain the order in which the accounts would be next in line to attend the proposed meeting.

Link copied to clipboard
public final List<TimeSlot> getTimeSlots()

The available time slots where a new meeting can be created for the requested preferences.