Config

public final class Config

Class representation of a conferencing details config object

Constructors

public UpdateEventRequest.Conferencing.Details.Config UpdateEventRequest.Conferencing.Details.Config(@Json(name = "meeting_code") String meetingCode, @Json(name = "password") String password, @Json(name = "url") String url, @Json(name = "pin") String pin, @Json(name = "phone") List<String> phone)

Types

Link copied to clipboard
public final class Builder

Builder for Config.

Properties

Link copied to clipboard
private final String meetingCode

The conferencing meeting code. Used for Zoom.

Link copied to clipboard
private final String password

The conferencing meeting password. Used for Zoom.

Link copied to clipboard
private final List<String> phone

The conferencing meeting phone numbers. Used for Google Meet.

Link copied to clipboard
private final String pin

The conferencing meeting pin. Used for Google Meet.

Link copied to clipboard
private final String url

The conferencing meeting URL.

Functions

Link copied to clipboard
public final String getMeetingCode()

The conferencing meeting code. Used for Zoom.

Link copied to clipboard
public final String getPassword()

The conferencing meeting password. Used for Zoom.

Link copied to clipboard
public final List<String> getPhone()

The conferencing meeting phone numbers. Used for Google Meet.

Link copied to clipboard
public final String getPin()

The conferencing meeting pin. Used for Google Meet.

Link copied to clipboard
public final String getUrl()

The conferencing meeting URL.