Uses of Class
org.wso2.am.integration.clients.admin.api.dto.KeyManagerCertificatesDTO.TypeEnum
-
Packages that use KeyManagerCertificatesDTO.TypeEnum Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of KeyManagerCertificatesDTO.TypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return KeyManagerCertificatesDTO.TypeEnum Modifier and Type Method Description static KeyManagerCertificatesDTO.TypeEnumKeyManagerCertificatesDTO.TypeEnum. fromValue(String value)KeyManagerCertificatesDTO.TypeEnumKeyManagerCertificatesDTO. getType()Get typeKeyManagerCertificatesDTO.TypeEnumKeyManagerCertificatesDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static KeyManagerCertificatesDTO.TypeEnumKeyManagerCertificatesDTO.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.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type KeyManagerCertificatesDTO.TypeEnum Modifier and Type Method Description voidKeyManagerCertificatesDTO. setType(KeyManagerCertificatesDTO.TypeEnum type)KeyManagerCertificatesDTOKeyManagerCertificatesDTO. type(KeyManagerCertificatesDTO.TypeEnum type)voidKeyManagerCertificatesDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, KeyManagerCertificatesDTO.TypeEnum enumeration)
-