GetFreeBusyResponse

public class GetFreeBusyResponse

Class representation of a Nylas get free busy response. It can be either a FreeBusy or a FreeBusyError.

Inheritors

Types

Link copied to clipboard
public final class FreeBusy extends GetFreeBusyResponse

This class represents a successful free-busy response.

Link copied to clipboard
public final class FreeBusyError extends GetFreeBusyResponse

This class represents a failed free-busy response.

Properties

Link copied to clipboard
@Json(name = "email")
private final String email

The participant's email address.

Functions

Link copied to clipboard
public abstract String getEmail()

The participant's email address.