MeetingBuffer

public final class MeetingBuffer

Class representation of the meeting buffer object within an availability request.

Constructors

Link copied to clipboard
public MeetingBuffer MeetingBuffer(@Json(name = "before") Integer before, @Json(name = "after") Integer after)

Types

Link copied to clipboard
public final class Builder

A builder for creating a MeetingBuffer.

Properties

Link copied to clipboard
private final Integer after

The amount of buffer time in increments of 5 minutes to add after existing meetings. Defaults to 0.

Link copied to clipboard
private final Integer before

The amount of buffer time in increments of 5 minutes to add before existing meetings. Defaults to 0.

Functions

Link copied to clipboard
public final Integer getAfter()

The amount of buffer time in increments of 5 minutes to add after existing meetings. Defaults to 0.

Link copied to clipboard
public final Integer getBefore()

The amount of buffer time in increments of 5 minutes to add before existing meetings. Defaults to 0.