| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationDTO.TokenTypeEnum |
ApplicationDTO.TokenTypeEnum.fromValue(String value) |
ApplicationDTO.TokenTypeEnum |
ApplicationDTO.getTokenType()
Type of the access token generated for this application.
|
ApplicationDTO.TokenTypeEnum |
ApplicationDTO.TokenTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApplicationDTO.TokenTypeEnum |
ApplicationDTO.TokenTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationDTO.TokenTypeEnum[] |
ApplicationDTO.TokenTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDTO.setTokenType(ApplicationDTO.TokenTypeEnum tokenType) |
ApplicationDTO |
ApplicationDTO.tokenType(ApplicationDTO.TokenTypeEnum tokenType) |
void |
ApplicationDTO.TokenTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApplicationDTO.TokenTypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.