| 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 |
|---|---|
ResponseType[] |
Client.getResponseTypes()
Get
response_type values that the client is declaring
that it will restrict itself to using. |
ResponseType[] |
Service.getSupportedResponseTypes()
Get the supported response types.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setResponseTypes(ResponseType[] responseTypes)
Set
response_type values that the client is declaring
that it will restrict itself to using. |
Service |
Service.setSupportedResponseTypes(ResponseType[] responseTypes)
Set the supported response types.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.getByValue(short value)
Find an instance of this enum by a value.
|
static ResponseType |
ResponseType.parse(String responseType)
Parse a space-separated
response_type values. |
static ResponseType[] |
ResponseType.toArray(int bits) |
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.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<ResponseType> |
ResponseType.toSet(int bits) |
static EnumSet<ResponseType> |
ResponseType.toSet(ResponseType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ResponseType> |
ResponseType.toSet(ResponseType[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ResponseType.toBits(EnumSet<ResponseType> set) |
Copyright © 2017. All rights reserved.