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