FreeBusyError

public final class FreeBusyError extends GetFreeBusyResponse

This class represents a failed free-busy response.

Constructors

Link copied to clipboard
public GetFreeBusyResponse.FreeBusyError GetFreeBusyResponse.FreeBusyError(@Json(name = "error") String error, @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
private final String error

Description of the error fetching data for this participant.

Functions

Link copied to clipboard
public String getEmail()

The participant's email address.

Link copied to clipboard
public final String getError()

Description of the error fetching data for this participant.

Link copied to clipboard
public final FreeBusyType getObject()

Returns the type of object.