| Package | Description |
|---|---|
| ai.fideo.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.city(String city) |
Location |
Location.country(String country) |
Location |
Location.countryCode(String countryCode) |
Location |
Location.formatted(String formatted) |
static Location |
Location.fromJson(String jsonString)
Create an instance of Location given an JSON string
|
Location |
Location.postalCode(String postalCode) |
Location |
Location.region(String region) |
Location |
Location.regionCode(String regionCode) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
SignalsResponseV0.getLocations()
Get locations
|
List<Location> |
SignalsResponseV20240424.getLocations()
Get locations
|
| Modifier and Type | Method and Description |
|---|---|
SignalsResponseV0 |
SignalsResponseV0.addLocationsItem(Location locationsItem) |
SignalsResponseV20240424 |
SignalsResponseV20240424.addLocationsItem(Location locationsItem) |
| Modifier and Type | Method and Description |
|---|---|
SignalsResponseV0 |
SignalsResponseV0.locations(List<Location> locations) |
SignalsResponseV20240424 |
SignalsResponseV20240424.locations(List<Location> locations) |
void |
SignalsResponseV0.setLocations(List<Location> locations) |
void |
SignalsResponseV20240424.setLocations(List<Location> locations) |
Copyright © 2024. All rights reserved.