Builder

public final class Builder

A builder for creating a MeetingBuffer.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final MeetingBuffer.Builder after(Integer after)

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

Link copied to clipboard
public final MeetingBuffer.Builder before(Integer before)

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

Link copied to clipboard
public final MeetingBuffer build()

Build the MeetingBuffer object.