UpdateGrantRequest

public final class UpdateGrantRequest

Class representation of a Nylas update grant request

Constructors

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

Types

Link copied to clipboard
public final class Builder

Builder for UpdateGrantRequest.

Properties

Link copied to clipboard
private final List<String> scopes

List of integration scopes for the grant.

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

Settings required by provider.

Functions

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

List of integration scopes for the grant.

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

Settings required by provider.