Uses of Class
com.authlete.common.types.ApplicationType
-
Packages that use ApplicationType Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ApplicationType in com.authlete.common.dto
Methods in com.authlete.common.dto that return ApplicationType Modifier and Type Method Description ApplicationType
Client. getApplicationType()
Get the application type.Methods in com.authlete.common.dto with parameters of type ApplicationType Modifier and Type Method Description Client
Client. setApplicationType(ApplicationType applicationType)
Set the application type. -
Uses of ApplicationType in com.authlete.common.types
Methods in com.authlete.common.types that return ApplicationType Modifier and Type Method Description static ApplicationType
ApplicationType. getByValue(short value)
Find an instance of this enum by a value.static ApplicationType
ApplicationType. parse(String applicationType)
ConvertString
toApplicationType
.static ApplicationType[]
ApplicationType. toArray(int bits)
static ApplicationType
ApplicationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationType[]
ApplicationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.types that return types with arguments of type ApplicationType Modifier and Type Method Description static EnumSet<ApplicationType>
ApplicationType. toSet(int bits)
static EnumSet<ApplicationType>
ApplicationType. toSet(ApplicationType[] array)
Methods in com.authlete.common.types with parameters of type ApplicationType Modifier and Type Method Description static EnumSet<ApplicationType>
ApplicationType. toSet(ApplicationType[] array)
Method parameters in com.authlete.common.types with type arguments of type ApplicationType Modifier and Type Method Description static int
ApplicationType. toBits(EnumSet<ApplicationType> set)
-