| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static TokenValidationDTO.TypeEnum |
TokenValidationDTO.TypeEnum.fromValue(String text) |
TokenValidationDTO.TypeEnum |
TokenValidationDTO.getType()
Get type
|
TokenValidationDTO.TypeEnum |
TokenValidationDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TokenValidationDTO.TypeEnum |
TokenValidationDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenValidationDTO.TypeEnum[] |
TokenValidationDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenValidationDTO.setType(TokenValidationDTO.TypeEnum type) |
TokenValidationDTO |
TokenValidationDTO.type(TokenValidationDTO.TypeEnum type) |
void |
TokenValidationDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TokenValidationDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.