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