| Package | Description |
|---|---|
| ai.fideo.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationType |
LocationType.fromValue(String value) |
LocationType |
LocationReq.getType()
Get type
|
LocationType |
LocationType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LocationType |
LocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationType[] |
LocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationReq.setType(LocationType type) |
LocationReq |
LocationReq.type(LocationType type) |
void |
LocationType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LocationType enumeration) |
Copyright © 2024. All rights reserved.