public class AdStudyObjective extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdStudyObjective.APIRequestGet |
static class |
AdStudyObjective.EnumBreakdowns |
static class |
AdStudyObjective.EnumType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdStudyObjective(Long id,
APIContext context) |
AdStudyObjective(String id,
APIContext context) |
| Modifier and Type | Method and Description |
|---|---|
AdStudyObjective |
copyFrom(AdStudyObjective instance) |
AdStudyObjective |
fetch() |
static AdStudyObjective |
fetchById(Long id,
APIContext context) |
static AdStudyObjective |
fetchById(String id,
APIContext context) |
static APINodeList<AdStudyObjective> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
AdStudyObjective.APIRequestGet |
get() |
APIContext |
getContext() |
List<String> |
getFieldCustomAttributes() |
String |
getFieldId() |
Boolean |
getFieldIsPrimary() |
String |
getFieldLastUpdatedResults() |
String |
getFieldName() |
List<String> |
getFieldResults() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<AdStudyObjective> |
getParser() |
static AdStudyObjective |
loadJSON(String json,
APIContext context) |
static APINodeList<AdStudyObjective> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdStudyObjective(Long id, APIContext context)
public AdStudyObjective(String id, APIContext context)
public AdStudyObjective fetch() throws APIException
APIExceptionpublic static AdStudyObjective fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdStudyObjective fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdStudyObjective> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdStudyObjective loadJSON(String json, APIContext context)
public static APINodeList<AdStudyObjective> 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 AdStudyObjective.APIRequestGet get()
public String getFieldId()
public Boolean getFieldIsPrimary()
public String getFieldLastUpdatedResults()
public String getFieldName()
public String getFieldType()
public AdStudyObjective copyFrom(AdStudyObjective instance)
public static APIRequest.ResponseParser<AdStudyObjective> getParser()
Copyright © 2017. All rights reserved.