All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdAsyncRequestSet |
copyFrom(AdAsyncRequestSet instance) |
AdAsyncRequestSet.APIRequestDelete |
delete() |
AdAsyncRequestSet |
fetch() |
static AdAsyncRequestSet |
fetchById(Long id,
APIContext context) |
static AdAsyncRequestSet |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAsyncRequestSet> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAsyncRequestSet> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdAsyncRequestSet> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdAsyncRequestSet>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdAsyncRequestSet.APIRequestGet |
get() |
APIContext |
getContext() |
Long |
getFieldCanceledCount() |
String |
getFieldCreatedTime() |
Long |
getFieldErrorCount() |
String |
getFieldId() |
Long |
getFieldInitialCount() |
Long |
getFieldInProgressCount() |
Boolean |
getFieldIsCompleted() |
String |
getFieldName() |
AdAsyncRequestSet.EnumNotificationMode |
getFieldNotificationMode() |
AdAsyncRequestSetNotificationResult |
getFieldNotificationResult() |
AdAsyncRequestSet.EnumNotificationStatus |
getFieldNotificationStatus() |
String |
getFieldNotificationUri() |
String |
getFieldOwnerId() |
Long |
getFieldSuccessCount() |
Long |
getFieldTotalCount() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<AdAsyncRequestSet> |
getParser() |
AdAsyncRequestSet.APIRequestGetRequests |
getRequests() |
static AdAsyncRequestSet |
loadJSON(String json,
APIContext context) |
static APINodeList<AdAsyncRequestSet> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
AdAsyncRequestSet.APIRequestUpdate |
update() |