| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationKeyDTO.KeyTypeEnum |
ApplicationKeyDTO.KeyTypeEnum.fromValue(String value) |
ApplicationKeyDTO.KeyTypeEnum |
ApplicationKeyDTO.getKeyType()
Describes to which endpoint the key belongs
|
ApplicationKeyDTO.KeyTypeEnum |
ApplicationKeyDTO.KeyTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApplicationKeyDTO.KeyTypeEnum |
ApplicationKeyDTO.KeyTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationKeyDTO.KeyTypeEnum[] |
ApplicationKeyDTO.KeyTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyDTO |
ApplicationKeyDTO.keyType(ApplicationKeyDTO.KeyTypeEnum keyType) |
void |
ApplicationKeyDTO.setKeyType(ApplicationKeyDTO.KeyTypeEnum keyType) |
void |
ApplicationKeyDTO.KeyTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApplicationKeyDTO.KeyTypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.