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