All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdAsyncRequest |
copyFrom(AdAsyncRequest instance) |
AdAsyncRequest.APIRequestDelete |
delete() |
AdAsyncRequest |
fetch() |
static AdAsyncRequest |
fetchById(Long id,
APIContext context) |
static AdAsyncRequest |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAsyncRequest> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAsyncRequest> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdAsyncRequest> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdAsyncRequest>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdAsyncRequest.APIRequestGet |
get() |
APIContext |
getContext() |
AdAsyncRequestSet |
getFieldAsyncRequestSet() |
String |
getFieldCreatedTime() |
String |
getFieldId() |
Map<String,String> |
getFieldInput() |
Map<String,String> |
getFieldResult() |
String |
getFieldScopeObjectId() |
String |
getFieldStatus() |
String |
getFieldType() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<AdAsyncRequest> |
getParser() |
static AdAsyncRequest |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAsyncRequest> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |