public class AdPlacePageSet extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdPlacePageSet.APIRequestGet |
static class |
AdPlacePageSet.APIRequestUpdate |
static class |
AdPlacePageSet.EnumLocationTypes |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdPlacePageSet(Long id,
APIContext context) |
AdPlacePageSet(String id,
APIContext context) |
| 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 APINodeList<AdPlacePageSet> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
AdPlacePageSet.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldId() |
List<String> |
getFieldLocationTypes() |
String |
getFieldName() |
Long |
getFieldPagesCount() |
Object |
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() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdPlacePageSet(Long id, APIContext context)
public AdPlacePageSet(String id, APIContext context)
public AdPlacePageSet fetch() throws APIException
APIExceptionpublic static AdPlacePageSet fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdPlacePageSet fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdPlacePageSet> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdPlacePageSet loadJSON(String json, APIContext context)
public static APINodeList<AdPlacePageSet> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic AdPlacePageSet.APIRequestGet get()
public AdPlacePageSet.APIRequestUpdate update()
public String getFieldAccountId()
public String getFieldId()
public String getFieldName()
public Long getFieldPagesCount()
public Object getFieldParentPage()
public AdPlacePageSet copyFrom(AdPlacePageSet instance)
public static APIRequest.ResponseParser<AdPlacePageSet> getParser()
Copyright © 2017. All rights reserved.