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