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