GetFreeBusyRequest

public final class GetFreeBusyRequest

Class representation of a Nylas get free-busy request

Constructors

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

Properties

Link copied to clipboard
private final List<String> emails

A list of email addresses to check the free/busy schedules for.

Link copied to clipboard
private final Integer endTime

Unix timestamp representing the end of the time block for assessing the account's free/busy schedule.

Link copied to clipboard
private final Integer startTime

Unix timestamp representing the start of the time block for assessing the account's free/busy schedule.

Functions

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

A list of email addresses to check the free/busy schedules for.

Link copied to clipboard
public final Integer getEndTime()

Unix timestamp representing the end of the time block for assessing the account's free/busy schedule.

Link copied to clipboard
public final Integer getStartTime()

Unix timestamp representing the start of the time block for assessing the account's free/busy schedule.