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