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