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