Package | Description |
---|---|
com.amazon.ask.model.authorization |
Modifier and Type | Method and Description |
---|---|
static GrantType |
GrantType.fromValue(String text) |
GrantType |
Grant.getType()
Type of the grant.
|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Grant.Builder |
Grant.Builder.withType(GrantType type) |
Copyright © 2023. All rights reserved.