public class ProductFeedUploadError extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductFeedUploadError.APIRequestGet |
static class |
ProductFeedUploadError.APIRequestGetSamples |
static class |
ProductFeedUploadError.EnumSeverity |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductFeedUploadError(Long id,
APIContext context) |
ProductFeedUploadError(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic ProductFeedUploadError(Long id, APIContext context)
public ProductFeedUploadError(String id, APIContext context)
public ProductFeedUploadError fetch() throws APIException
APIExceptionpublic static ProductFeedUploadError fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static ProductFeedUploadError fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<ProductFeedUploadError> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static ProductFeedUploadError loadJSON(String json, APIContext context)
public static APINodeList<ProductFeedUploadError> 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 ProductFeedUploadError.APIRequestGetSamples getSamples()
public ProductFeedUploadError.APIRequestGet get()
public String getFieldDescription()
public String getFieldErrorType()
public String getFieldId()
public ProductFeedUploadError.EnumSeverity getFieldSeverity()
public String getFieldSummary()
public Long getFieldTotalCount()
public ProductFeedUploadError copyFrom(ProductFeedUploadError instance)
public static APIRequest.ResponseParser<ProductFeedUploadError> getParser()
Copyright © 2017. All rights reserved.