public class CustomAudiencesTOS extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
CustomAudiencesTOS() |
Modifier and Type | Method and Description |
---|---|
CustomAudiencesTOS |
copyFrom(CustomAudiencesTOS instance) |
APIContext |
getContext() |
String |
getFieldContent() |
String |
getFieldId() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<CustomAudiencesTOS> |
getParser() |
static CustomAudiencesTOS |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CustomAudiencesTOS> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CustomAudiencesTOS |
setFieldContent(String value) |
CustomAudiencesTOS |
setFieldId(String value) |
CustomAudiencesTOS |
setFieldType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static CustomAudiencesTOS loadJSON(String json, APIContext context, String header)
public static APINodeList<CustomAudiencesTOS> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldContent()
public CustomAudiencesTOS setFieldContent(String value)
public String getFieldId()
public CustomAudiencesTOS setFieldId(String value)
public String getFieldType()
public CustomAudiencesTOS setFieldType(String value)
public CustomAudiencesTOS copyFrom(CustomAudiencesTOS instance)
public static APIRequest.ResponseParser<CustomAudiencesTOS> getParser()
Copyright © 2020. All rights reserved.