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