All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdSavedLocation |
copyFrom(AdSavedLocation instance) |
AdSavedLocation.APIRequestDelete |
delete() |
AdSavedLocation |
fetch() |
static AdSavedLocation |
fetchById(Long id,
APIContext context) |
static AdSavedLocation |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedLocation> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedLocation> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdSavedLocation> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdSavedLocation>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdSavedLocation.APIRequestGet |
get() |
APIContext |
getContext() |
List<TargetingGeoLocationCity> |
getFieldCities() |
List<String> |
getFieldCountries() |
List<String> |
getFieldCountryGroups() |
List<TargetingGeoLocationCustomLocation> |
getFieldCustomLocations() |
List<TargetingGeoLocationMarket> |
getFieldGeoMarkets() |
String |
getFieldId() |
List<String> |
getFieldLocationSentences() |
String |
getFieldName() |
List<TargetingGeoLocationRegion> |
getFieldRegions() |
List<TargetingGeoLocationZip> |
getFieldZips() |
String |
getId() |
static APIRequest.ResponseParser<AdSavedLocation> |
getParser() |
static AdSavedLocation |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdSavedLocation> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdSavedLocation.APIRequestUpdate |
update() |