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