All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdsValueAdjustmentRule |
copyFrom(AdsValueAdjustmentRule instance) |
AdsValueAdjustmentRule |
fetch() |
static AdsValueAdjustmentRule |
fetchById(Long id,
APIContext context) |
static AdsValueAdjustmentRule |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdsValueAdjustmentRule> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdsValueAdjustmentRule> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdsValueAdjustmentRule> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdsValueAdjustmentRule>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdsValueAdjustmentRule.APIRequestGet |
get() |
APIContext |
getContext() |
AdsValueAdjustmentRule.APIRequestGetCriterias |
getCriterias() |
Long |
getFieldBaseValue() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<AdsValueAdjustmentRule> |
getParser() |
static AdsValueAdjustmentRule |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdsValueAdjustmentRule> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |