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