Autocreate

public final class Autocreate extends UpdateEventRequest.Conferencing

Class representation of a conferencing autocreate object

Constructors

public UpdateEventRequest.Conferencing.Autocreate UpdateEventRequest.Conferencing.Autocreate(@Json(name = "provider") UpdateEventAutoConferencingProvider provider, @Json(name = "autocreate") Map<String, Object> autocreate)

Types

Link copied to clipboard
public final class Builder

Builder for Autocreate.

Properties

Link copied to clipboard
private final Map<String, Object> autocreate

Empty dict to indicate an intention to autocreate a video link. Additional provider settings may be included in autocreate.settings, but Nylas does not validate these.

Link copied to clipboard

The conferencing provider.

Functions

Link copied to clipboard
@Deprecated(message = "Use UpdateEventAutoConferencingProvider instead of ConferencingProvider", replaceWith = @ReplaceWith(imports = {}, expression = "Autocreate(UpdateEventAutoConferencingProvider.fromConferencingProvider(provider), autocreate)"))
public final static UpdateEventRequest.Conferencing.Autocreate fromConferencingProvider(ConferencingProvider provider, Map<String, Object> autocreate)

Create an Autocreate conferencing object using the original ConferencingProvider enum.

Link copied to clipboard
public final Map<String, Object> getAutocreate()

Empty dict to indicate an intention to autocreate a video link. Additional provider settings may be included in autocreate.settings, but Nylas does not validate these.

Link copied to clipboard

The conferencing provider.