public class AdAccountPromotableObjects extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdAccountPromotableObjects() |
Modifier and Type | Method and Description |
---|---|
AdAccountPromotableObjects |
copyFrom(AdAccountPromotableObjects instance) |
APIContext |
getContext() |
List<String> |
getFieldPromotableAppIds() |
List<String> |
getFieldPromotablePageIds() |
List<String> |
getFieldPromotableUrls() |
String |
getId() |
static APIRequest.ResponseParser<AdAccountPromotableObjects> |
getParser() |
static AdAccountPromotableObjects |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAccountPromotableObjects> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAccountPromotableObjects |
setFieldPromotableAppIds(List<String> value) |
AdAccountPromotableObjects |
setFieldPromotablePageIds(List<String> value) |
AdAccountPromotableObjects |
setFieldPromotableUrls(List<String> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdAccountPromotableObjects loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountPromotableObjects> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public AdAccountPromotableObjects setFieldPromotableAppIds(List<String> value)
public AdAccountPromotableObjects setFieldPromotablePageIds(List<String> value)
public AdAccountPromotableObjects setFieldPromotableUrls(List<String> value)
public AdAccountPromotableObjects copyFrom(AdAccountPromotableObjects instance)
public static APIRequest.ResponseParser<AdAccountPromotableObjects> getParser()
Copyright © 2020. All rights reserved.