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) |
static APINodeList<RawCustomAudience> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
RawCustomAudience |
setFieldId(String value) |
RawCustomAudience |
setFieldName(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static RawCustomAudience loadJSON(String json, APIContext context)
public static APINodeList<RawCustomAudience> parseResponse(String json, APIContext context, APIRequest request) 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 © 2018. All rights reserved.