public class AdCreativeFacebookBrandedContent extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdCreativeFacebookBrandedContent() |
| Modifier and Type | Method and Description |
|---|---|
AdCreativeFacebookBrandedContent |
copyFrom(AdCreativeFacebookBrandedContent instance) |
APIContext |
getContext() |
String |
getFieldSharedToSponsorStatus() |
String |
getFieldSponsorPageId() |
String |
getFieldSponsorRelationship() |
String |
getId() |
static APIRequest.ResponseParser<AdCreativeFacebookBrandedContent> |
getParser() |
static AdCreativeFacebookBrandedContent |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdCreativeFacebookBrandedContent> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdCreativeFacebookBrandedContent |
setFieldSharedToSponsorStatus(String value) |
AdCreativeFacebookBrandedContent |
setFieldSponsorPageId(String value) |
AdCreativeFacebookBrandedContent |
setFieldSponsorRelationship(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdCreativeFacebookBrandedContent loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCreativeFacebookBrandedContent> 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 getFieldSharedToSponsorStatus()
public AdCreativeFacebookBrandedContent setFieldSharedToSponsorStatus(String value)
public String getFieldSponsorPageId()
public AdCreativeFacebookBrandedContent setFieldSponsorPageId(String value)
public String getFieldSponsorRelationship()
public AdCreativeFacebookBrandedContent setFieldSponsorRelationship(String value)
public AdCreativeFacebookBrandedContent copyFrom(AdCreativeFacebookBrandedContent instance)
public static APIRequest.ResponseParser<AdCreativeFacebookBrandedContent> getParser()
Copyright © 2024. All rights reserved.