All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
TargetingGeoLocationPlace |
copyFrom(TargetingGeoLocationPlace instance) |
TargetingGeoLocationPlace |
fetch() |
static TargetingGeoLocationPlace |
fetchById(Long id,
APIContext context) |
static TargetingGeoLocationPlace |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<TargetingGeoLocationPlace> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<TargetingGeoLocationPlace> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<TargetingGeoLocationPlace> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<TargetingGeoLocationPlace>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
TargetingGeoLocationPlace.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCountry() |
String |
getFieldDistanceUnit() |
String |
getFieldId() |
String |
getFieldKey() |
Double |
getFieldLatitude() |
Double |
getFieldLongitude() |
String |
getFieldName() |
Long |
getFieldPrimaryCityId() |
Double |
getFieldRadius() |
Long |
getFieldRegionId() |
String |
getId() |
static APIRequest.ResponseParser<TargetingGeoLocationPlace> |
getParser() |
static TargetingGeoLocationPlace |
loadJSON(String json,
APIContext context) |
static APINodeList<TargetingGeoLocationPlace> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |