public class AdStudy extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdStudy.APIRequestCreateObjective |
static class |
AdStudy.APIRequestGet |
static class |
AdStudy.EnumType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdStudy(Long id,
APIContext context) |
AdStudy(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdStudy(Long id, APIContext context)
public AdStudy(String id, APIContext context)
public AdStudy fetch() throws APIException
APIExceptionpublic static AdStudy fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdStudy fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdStudy> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdStudy loadJSON(String json, APIContext context)
public static APINodeList<AdStudy> 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 AdStudy.APIRequestCreateObjective createObjective()
public AdStudy.APIRequestGet get()
public Business getFieldBusiness()
public String getFieldCanceledTime()
public String getFieldCooldownStartTime()
public User getFieldCreatedBy()
public String getFieldCreatedTime()
public String getFieldDescription()
public String getFieldEndTime()
public String getFieldId()
public String getFieldName()
public String getFieldObservationEndTime()
public String getFieldStartTime()
public String getFieldType()
public User getFieldUpdatedBy()
public String getFieldUpdatedTime()
public static APIRequest.ResponseParser<AdStudy> getParser()
Copyright © 2017. All rights reserved.