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