| Package | Description |
|---|---|
| Model |
| Modifier and Type | Method and Description |
|---|---|
static Body.StateEnum |
Body.StateEnum.fromValue(String text) |
Body.StateEnum |
Body.getState()
Current state of the token.
|
Body.StateEnum |
Body.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Body.StateEnum |
Body.StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Body.StateEnum[] |
Body.StateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Body.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Body.StateEnum enumeration) |
Copyright © 2018. All rights reserved.