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