public class AdCreativePlatformCustomization extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdCreativePlatformCustomization() |
| Modifier and Type | Method and Description |
|---|---|
AdCreativePlatformCustomization |
copyFrom(AdCreativePlatformCustomization instance) |
APIContext |
getContext() |
String |
getFieldId() |
Object |
getFieldInstagram() |
String |
getId() |
static APIRequest.ResponseParser<AdCreativePlatformCustomization> |
getParser() |
static AdCreativePlatformCustomization |
loadJSON(String json,
APIContext context) |
static APINodeList<AdCreativePlatformCustomization> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdCreativePlatformCustomization |
setFieldId(String value) |
AdCreativePlatformCustomization |
setFieldInstagram(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdCreativePlatformCustomization loadJSON(String json, APIContext context)
public static APINodeList<AdCreativePlatformCustomization> 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 Object getFieldInstagram()
public AdCreativePlatformCustomization setFieldInstagram(Object value)
public String getFieldId()
public AdCreativePlatformCustomization setFieldId(String value)
public AdCreativePlatformCustomization copyFrom(AdCreativePlatformCustomization instance)
public static APIRequest.ResponseParser<AdCreativePlatformCustomization> getParser()
Copyright © 2018. All rights reserved.