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