All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdPlacePageSet |
copyFrom(AdPlacePageSet instance) |
AdPlacePageSet |
fetch() |
static AdPlacePageSet |
fetchById(Long id,
APIContext context) |
static AdPlacePageSet |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdPlacePageSet> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdPlacePageSet> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdPlacePageSet> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdPlacePageSet>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdPlacePageSet.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldId() |
List<String> |
getFieldLocationTypes() |
String |
getFieldName() |
Long |
getFieldPagesCount() |
Page |
getFieldParentPage() |
String |
getId() |
static APIRequest.ResponseParser<AdPlacePageSet> |
getParser() |
static AdPlacePageSet |
loadJSON(String json,
APIContext context) |
static APINodeList<AdPlacePageSet> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
AdPlacePageSet.APIRequestUpdate |
update() |