All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdRule |
copyFrom(AdRule instance) |
AdRule.APIRequestCreateExecute |
createExecute() |
AdRule.APIRequestCreatePreview |
createPreview() |
AdRule.APIRequestDelete |
delete() |
AdRule |
fetch() |
static AdRule |
fetchById(Long id,
APIContext context) |
static AdRule |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdRule> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdRule> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdRule> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdRule>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdRule.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
User |
getFieldCreatedBy() |
String |
getFieldCreatedTime() |
AdRuleEvaluationSpec |
getFieldEvaluationSpec() |
AdRuleExecutionSpec |
getFieldExecutionSpec() |
String |
getFieldId() |
String |
getFieldName() |
AdRuleScheduleSpec |
getFieldScheduleSpec() |
String |
getFieldStatus() |
String |
getFieldUpdatedTime() |
AdRule.APIRequestGetHistory |
getHistory() |
String |
getId() |
static APIRequest.ResponseParser<AdRule> |
getParser() |
static AdRule |
loadJSON(String json,
APIContext context) |
static APINodeList<AdRule> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
AdRule.APIRequestUpdate |
update() |