| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ClientAccessTokenType |
ClientAccessTokenRequest.getType()
Gets the type.
|
static ClientAccessTokenType |
ClientAccessTokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientAccessTokenType[] |
ClientAccessTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PerformReminderActionResponse |
Service.getClientAccessToken(java.lang.String id,
ClientAccessTokenType type)
Gets the client access token.
|
void |
ClientAccessTokenRequest.setType(ClientAccessTokenType type)
Sets the type.
|
| Constructor and Description |
|---|
ClientAccessTokenRequest(java.lang.String id,
ClientAccessTokenType type)
Instantiates a new client access token request.
|