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