| 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 |
|---|---|
Plan |
ServiceOwner.getPlan()
Get the plan.
|
Plan |
ServiceCreatableResponse.getPlan()
Get the plan of the service owner.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceOwner |
ServiceOwner.setPlan(Plan plan)
Set the plan.
|
void |
ServiceCreatableResponse.setPlan(Plan plan)
Set the plan of the service owner.
|
| Modifier and Type | Method and Description |
|---|---|
static Plan |
Plan.getByValue(short value)
Find an instance of this enum by a value.
|
static Plan |
Plan.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plan[] |
Plan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.