| Package | Description |
|---|---|
| Model |
| Modifier and Type | Method and Description |
|---|---|
static Body3.StateEnum |
Body3.StateEnum.fromValue(String text) |
Body3.StateEnum |
Body3.getState()
Current state of the token.
|
Body3.StateEnum |
Body3.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Body3.StateEnum |
Body3.StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Body3.StateEnum[] |
Body3.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 |
Body3.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Body3.StateEnum enumeration) |
Copyright © 2018. All rights reserved.