TimeSlot

public final class TimeSlot

Class representation of a Nylas availability time slot

Constructors

Link copied to clipboard
public TimeSlot TimeSlot(@Json(name = "emails") List<String> emails, @Json(name = "start_time") Integer startTime, @Json(name = "end_time") Integer endTime)

Properties

Link copied to clipboard
private final List<String> emails

The emails of the participants who are available for the time slot.

Link copied to clipboard
private final Integer endTime

Unix timestamp for the end of the slot.

Link copied to clipboard
private final Integer startTime

Unix timestamp for the start of the slot.

Functions

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

The emails of the participants who are available for the time slot.

Link copied to clipboard
public final Integer getEndTime()

Unix timestamp for the end of the slot.

Link copied to clipboard
public final Integer getStartTime()

Unix timestamp for the start of the slot.