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