Uses of Class
com.authlete.common.types.ClientType
-
Packages that use ClientType 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 ClientType in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientType Modifier and Type Method Description ClientType
Client. getClientType()
Get the client type.Methods in com.authlete.common.dto with parameters of type ClientType Modifier and Type Method Description Client
Client. setClientType(ClientType clientType)
Set the client type. -
Uses of ClientType in com.authlete.common.types
Methods in com.authlete.common.types that return ClientType Modifier and Type Method Description static ClientType
ClientType. getByValue(short value)
Find an instance of this enum by a value.static ClientType
ClientType. parse(String clientType)
ConvertString
toClientType
.static ClientType[]
ClientType. toArray(int bits)
static ClientType
ClientType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientType[]
ClientType. 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 ClientType Modifier and Type Method Description static EnumSet<ClientType>
ClientType. toSet(int bits)
static EnumSet<ClientType>
ClientType. toSet(ClientType[] array)
Methods in com.authlete.common.types with parameters of type ClientType Modifier and Type Method Description static EnumSet<ClientType>
ClientType. toSet(ClientType[] array)
Method parameters in com.authlete.common.types with type arguments of type ClientType Modifier and Type Method Description static int
ClientType. toBits(EnumSet<ClientType> set)
-