nylas
2.0.0-beta.1
jvm
nylas
/
com.nylas.models
/
UpdateGrantRequest
Update
Grant
Request
public
final
class
UpdateGrantRequest
Members
Constructors
Update
Grant
Request
Link copied to clipboard
public
UpdateGrantRequest
UpdateGrantRequest
(
@
Json
(
name
=
"settings"
)
Map
<
String
,
Object
>
settings
,
@
Json
(
name
=
"scopes"
)
List
<
String
>
scopes
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
scopes
Link copied to clipboard
private
final
List
<
String
>
scopes
settings
Link copied to clipboard
private
final
Map
<
String
,
Object
>
settings
Functions
get
Scopes
Link copied to clipboard
public
final
List
<
String
>
getScopes
(
)
get
Settings
Link copied to clipboard
public
final
Map
<
String
,
Object
>
getSettings
(
)