public class AdAssetFeedSpecAssetLabel extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdAssetFeedSpecAssetLabel() |
Modifier and Type | Method and Description |
---|---|
AdAssetFeedSpecAssetLabel |
copyFrom(AdAssetFeedSpecAssetLabel instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<AdAssetFeedSpecAssetLabel> |
getParser() |
static AdAssetFeedSpecAssetLabel |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAssetFeedSpecAssetLabel> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAssetFeedSpecAssetLabel |
setFieldId(String value) |
AdAssetFeedSpecAssetLabel |
setFieldName(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdAssetFeedSpecAssetLabel loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAssetFeedSpecAssetLabel> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldId()
public AdAssetFeedSpecAssetLabel setFieldId(String value)
public String getFieldName()
public AdAssetFeedSpecAssetLabel setFieldName(String value)
public AdAssetFeedSpecAssetLabel copyFrom(AdAssetFeedSpecAssetLabel instance)
public static APIRequest.ResponseParser<AdAssetFeedSpecAssetLabel> getParser()
Copyright © 2020. All rights reserved.