| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientType |
Client.getClientType()
Get the client type.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setClientType(ClientType clientType)
Set the client type.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientType |
ClientType.getByValue(short value)
Find an instance of this enum by a value.
|
static ClientType |
ClientType.parse(String clientType)
Convert
String to ClientType. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ClientType> |
ClientType.toSet(ClientType[] array) |
static EnumSet<ClientType> |
ClientType.toSet(int bits) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ClientType> |
ClientType.toSet(ClientType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ClientType.toBits(EnumSet<ClientType> set) |
Copyright © 2017. All rights reserved.