FreeBusy

public final class FreeBusy extends GetFreeBusyResponse

This class represents a successful free-busy response.

Constructors

Link copied to clipboard
public GetFreeBusyResponse.FreeBusy GetFreeBusyResponse.FreeBusy(@Json(name = "time_slots") List<FreeBusyTimeSlot> timeSlots, @Json(name = "object") FreeBusyType obj, @Json(name = "email") String email)

Properties

Link copied to clipboard
private final String email

The participant's email address.

Link copied to clipboard

A list of busy time slots.

Functions

Link copied to clipboard
public String getEmail()

The participant's email address.

Link copied to clipboard
public final FreeBusyType getObject()

Returns the type of object.

Link copied to clipboard

A list of busy time slots.