public class ProductFeedUploadErrorSample extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductFeedUploadErrorSample.APIRequestGet |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductFeedUploadErrorSample(Long id,
APIContext context) |
ProductFeedUploadErrorSample(String id,
APIContext context) |
| 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 APINodeList<ProductFeedUploadErrorSample> |
fetchByIds(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) |
static APINodeList<ProductFeedUploadErrorSample> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic ProductFeedUploadErrorSample(Long id, APIContext context)
public ProductFeedUploadErrorSample(String id, APIContext context)
public ProductFeedUploadErrorSample fetch() throws APIException
APIExceptionpublic static ProductFeedUploadErrorSample fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static ProductFeedUploadErrorSample fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<ProductFeedUploadErrorSample> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static ProductFeedUploadErrorSample loadJSON(String json, APIContext context)
public static APINodeList<ProductFeedUploadErrorSample> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic ProductFeedUploadErrorSample.APIRequestGet get()
public String getFieldId()
public String getFieldRetailerId()
public Long getFieldRowNumber()
public ProductFeedUploadErrorSample copyFrom(ProductFeedUploadErrorSample instance)
public static APIRequest.ResponseParser<ProductFeedUploadErrorSample> getParser()
Copyright © 2017. All rights reserved.