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