public class AdAsyncRequest extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdAsyncRequest.APIRequestGet |
static class |
AdAsyncRequest.EnumStatus |
static class |
AdAsyncRequest.EnumStatuses |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAsyncRequest(Long id,
APIContext context) |
AdAsyncRequest(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdAsyncRequest(Long id, APIContext context)
public AdAsyncRequest(String id, APIContext context)
public AdAsyncRequest fetch() throws APIException
APIExceptionpublic static AdAsyncRequest fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdAsyncRequest fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdAsyncRequest> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdAsyncRequest loadJSON(String json, APIContext context)
public static APINodeList<AdAsyncRequest> 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 AdAsyncRequest.APIRequestGet get()
public AdAsyncRequestSet getFieldAsyncRequestSet()
public String getFieldCreatedTime()
public String getFieldId()
public String getFieldScopeObjectId()
public AdAsyncRequest.EnumStatus getFieldStatus()
public String getFieldType()
public String getFieldUpdatedTime()
public AdAsyncRequest copyFrom(AdAsyncRequest instance)
public static APIRequest.ResponseParser<AdAsyncRequest> getParser()
Copyright © 2017. All rights reserved.