FreeBusyTimeSlot

public final class FreeBusyTimeSlot

Class representation of a Nylas free-busy time slot object.

Constructors

Link copied to clipboard
public FreeBusyTimeSlot FreeBusyTimeSlot(@Json(name = "start_time") Integer startTime, @Json(name = "end_time") Integer endTime, @Json(name = "status") String status)

Properties

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.

Link copied to clipboard
private final String status

The status of the time slot.

Functions

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.

Link copied to clipboard
public final String getStatus()

The status of the time slot.