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 |
getFieldId() |
String |
getFieldPreviewUrl() |
String |
getId() |
static APIRequest.ResponseParser<AdDynamicCreative> |
getParser() |
static AdDynamicCreative |
loadJSON(String json,
APIContext context) |
static APINodeList<AdDynamicCreative> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdDynamicCreative |
setFieldId(String value) |
AdDynamicCreative |
setFieldPreviewUrl(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdDynamicCreative loadJSON(String json, APIContext context)
public static APINodeList<AdDynamicCreative> 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 String getFieldPreviewUrl()
public AdDynamicCreative setFieldPreviewUrl(String value)
public String getFieldId()
public AdDynamicCreative setFieldId(String value)
public AdDynamicCreative copyFrom(AdDynamicCreative instance)
public static APIRequest.ResponseParser<AdDynamicCreative> getParser()
Copyright © 2018. All rights reserved.