public class AdAsyncRequestSet extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdAsyncRequestSet.APIRequestGet |
static class |
AdAsyncRequestSet.APIRequestGetRequests |
static class |
AdAsyncRequestSet.EnumNotificationMode |
static class |
AdAsyncRequestSet.EnumNotificationStatus |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAsyncRequestSet(Long id,
APIContext context) |
AdAsyncRequestSet(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdAsyncRequestSet(Long id, APIContext context)
public AdAsyncRequestSet(String id, APIContext context)
public AdAsyncRequestSet fetch() throws APIException
APIExceptionpublic static AdAsyncRequestSet fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdAsyncRequestSet fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdAsyncRequestSet> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdAsyncRequestSet loadJSON(String json, APIContext context)
public static APINodeList<AdAsyncRequestSet> 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 AdAsyncRequestSet.APIRequestGetRequests getRequests()
public AdAsyncRequestSet.APIRequestGet get()
public Long getFieldCanceledCount()
public String getFieldCreatedTime()
public Long getFieldErrorCount()
public String getFieldId()
public Long getFieldInProgressCount()
public Long getFieldInitialCount()
public Boolean getFieldIsCompleted()
public String getFieldName()
public AdAsyncRequestSet.EnumNotificationMode getFieldNotificationMode()
public AdAsyncRequestSetNotificationResult getFieldNotificationResult()
public AdAsyncRequestSet.EnumNotificationStatus getFieldNotificationStatus()
public String getFieldNotificationUri()
public String getFieldOwnerId()
public Long getFieldSuccessCount()
public Long getFieldTotalCount()
public String getFieldUpdatedTime()
public AdAsyncRequestSet copyFrom(AdAsyncRequestSet instance)
public static APIRequest.ResponseParser<AdAsyncRequestSet> getParser()
Copyright © 2017. All rights reserved.