All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductGroup |
copyFrom(ProductGroup instance) |
ProductGroup.APIRequestCreateComment |
createComment() |
ProductGroup.APIRequestCreateProduct |
createProduct() |
ProductGroup.APIRequestDelete |
delete() |
ProductGroup |
fetch() |
static ProductGroup |
fetchById(Long id,
APIContext context) |
static ProductGroup |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductGroup> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductGroup> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductGroup> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductGroup>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductGroup.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
ProductCatalog |
getFieldProductCatalog() |
String |
getFieldRetailerId() |
List<ProductVariant> |
getFieldVariants() |
String |
getId() |
static APIRequest.ResponseParser<ProductGroup> |
getParser() |
ProductGroup.APIRequestGetProducts |
getProducts() |
static ProductGroup |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductGroup> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ProductGroup.APIRequestUpdate |
update() |