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