Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationKeyGenerateRequestDTO.KeyTypeEnum
-
Packages that use ApplicationKeyGenerateRequestDTO.KeyTypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationKeyGenerateRequestDTO.KeyTypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationKeyGenerateRequestDTO.KeyTypeEnum Modifier and Type Method Description static ApplicationKeyGenerateRequestDTO.KeyTypeEnumApplicationKeyGenerateRequestDTO.KeyTypeEnum. fromValue(String value)ApplicationKeyGenerateRequestDTO.KeyTypeEnumApplicationKeyGenerateRequestDTO. getKeyType()Get keyTypeApplicationKeyGenerateRequestDTO.KeyTypeEnumApplicationKeyGenerateRequestDTO.KeyTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApplicationKeyGenerateRequestDTO.KeyTypeEnumApplicationKeyGenerateRequestDTO.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.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type ApplicationKeyGenerateRequestDTO.KeyTypeEnum Modifier and Type Method Description ApplicationKeyGenerateRequestDTOApplicationKeyGenerateRequestDTO. keyType(ApplicationKeyGenerateRequestDTO.KeyTypeEnum keyType)voidApplicationKeyGenerateRequestDTO. setKeyType(ApplicationKeyGenerateRequestDTO.KeyTypeEnum keyType)voidApplicationKeyGenerateRequestDTO.KeyTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApplicationKeyGenerateRequestDTO.KeyTypeEnum enumeration)
-