All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdDraft |
copyFrom(AdDraft instance) |
AdDraft |
fetch() |
static AdDraft |
fetchById(Long id,
APIContext context) |
static AdDraft |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdDraft> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdDraft> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdDraft> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdDraft>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdDraft.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldApiVersion() |
AdAsyncRequestSet |
getFieldAsyncRequestSet() |
String |
getFieldAuthorId() |
String |
getFieldCreatedBy() |
String |
getFieldDraftVersion() |
String |
getFieldId() |
Boolean |
getFieldIsActive() |
String |
getFieldName() |
String |
getFieldOwnershipType() |
Object |
getFieldPublishStatus() |
String |
getFieldState() |
String |
getFieldSummary() |
String |
getFieldTimeCreated() |
String |
getFieldTimeUpdated() |
String |
getId() |
static APIRequest.ResponseParser<AdDraft> |
getParser() |
static AdDraft |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdDraft> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |