SpecificTimeAvailability

public final class SpecificTimeAvailability

Class representation of a specific date and time range when a participant is available. This can override the open_hours configurations for a specific date and time range.

Constructors

Link copied to clipboard
public SpecificTimeAvailability SpecificTimeAvailability(@Json(name = "date") String date, @Json(name = "start") String start, @Json(name = "end") String end, @Json(name = "timezone") String timezone)

Types

Link copied to clipboard
public final class Builder

A builder for creating a SpecificTimeAvailability.

Properties

Link copied to clipboard
private final String date

The date in YYYY-MM-DD format.

Link copied to clipboard
private final String end

The end time in HH:MM format.

Link copied to clipboard
private final String start

The start time in HH:MM format.

Link copied to clipboard
private final String timezone

IANA time zone database formatted string (e.g. America/Toronto).

Functions

Link copied to clipboard
public final String getDate()

The date in YYYY-MM-DD format.

Link copied to clipboard
public final String getEnd()

The end time in HH:MM format.

Link copied to clipboard
public final String getStart()

The start time in HH:MM format.

Link copied to clipboard
public final String getTimezone()

IANA time zone database formatted string (e.g. America/Toronto).