| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerCertificatesDTO.TypeEnum |
KeyManagerCertificatesDTO.TypeEnum.fromValue(String value) |
KeyManagerCertificatesDTO.TypeEnum |
KeyManagerCertificatesDTO.getType()
Get type
|
KeyManagerCertificatesDTO.TypeEnum |
KeyManagerCertificatesDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static KeyManagerCertificatesDTO.TypeEnum |
KeyManagerCertificatesDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerCertificatesDTO.TypeEnum[] |
KeyManagerCertificatesDTO.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 |
KeyManagerCertificatesDTO.setType(KeyManagerCertificatesDTO.TypeEnum type) |
KeyManagerCertificatesDTO |
KeyManagerCertificatesDTO.type(KeyManagerCertificatesDTO.TypeEnum type) |
void |
KeyManagerCertificatesDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
KeyManagerCertificatesDTO.TypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.