UpdateConnectorRequest

public final class UpdateConnectorRequest

Class representing a Nylas update connector request.

Constructors

Link copied to clipboard

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