UpdateConnectorRequest

public final class UpdateConnectorRequest

Class representing a Nylas update connector request.

Constructors

Link copied to clipboard
public UpdateConnectorRequest UpdateConnectorRequest(@Json(name = "name") String name, @Json(name = "settings") Map<String, Object> settings, @Json(name = "scope") List<String> scope)

Properties

Link copied to clipboard
private final String name

Custom name of the connector

Link copied to clipboard
private final List<String> scope

The OAuth scopes

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

The OAuth provider credentials and settings

Functions

Link copied to clipboard
public final String getName()

Custom name of the connector

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

The OAuth scopes

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

The OAuth provider credentials and settings