Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationKeyDTO.KeyTypeEnum
-
Packages that use ApplicationKeyDTO.KeyTypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationKeyDTO.KeyTypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationKeyDTO.KeyTypeEnum Modifier and Type Method Description static ApplicationKeyDTO.KeyTypeEnumApplicationKeyDTO.KeyTypeEnum. fromValue(String value)ApplicationKeyDTO.KeyTypeEnumApplicationKeyDTO. getKeyType()Describes to which endpoint the key belongsApplicationKeyDTO.KeyTypeEnumApplicationKeyDTO.KeyTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApplicationKeyDTO.KeyTypeEnumApplicationKeyDTO.KeyTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationKeyDTO.KeyTypeEnum[]ApplicationKeyDTO.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 ApplicationKeyDTO.KeyTypeEnum Modifier and Type Method Description ApplicationKeyDTOApplicationKeyDTO. keyType(ApplicationKeyDTO.KeyTypeEnum keyType)voidApplicationKeyDTO. setKeyType(ApplicationKeyDTO.KeyTypeEnum keyType)voidApplicationKeyDTO.KeyTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApplicationKeyDTO.KeyTypeEnum enumeration)
-