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