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