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