Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationDTO.TokenTypeEnum
-
Packages that use ApplicationDTO.TokenTypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationDTO.TokenTypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationDTO.TokenTypeEnum Modifier and Type Method Description static ApplicationDTO.TokenTypeEnumApplicationDTO.TokenTypeEnum. fromValue(String value)ApplicationDTO.TokenTypeEnumApplicationDTO. getTokenType()Type of the access token generated for this application.ApplicationDTO.TokenTypeEnumApplicationDTO.TokenTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApplicationDTO.TokenTypeEnumApplicationDTO.TokenTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationDTO.TokenTypeEnum[]ApplicationDTO.TokenTypeEnum. 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 ApplicationDTO.TokenTypeEnum Modifier and Type Method Description voidApplicationDTO. setTokenType(ApplicationDTO.TokenTypeEnum tokenType)ApplicationDTOApplicationDTO. tokenType(ApplicationDTO.TokenTypeEnum tokenType)voidApplicationDTO.TokenTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApplicationDTO.TokenTypeEnum enumeration)
-