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