public class ProductFeedSchedule extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductFeedSchedule.EnumDayOfWeek |
static class |
ProductFeedSchedule.EnumInterval |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductFeedSchedule() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductFeedSchedule loadJSON(String json, APIContext context)
public static APINodeList<ProductFeedSchedule> 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 Long getFieldDayOfMonth()
public ProductFeedSchedule setFieldDayOfMonth(Long value)
public ProductFeedSchedule.EnumDayOfWeek getFieldDayOfWeek()
public ProductFeedSchedule setFieldDayOfWeek(ProductFeedSchedule.EnumDayOfWeek value)
public Long getFieldHour()
public ProductFeedSchedule setFieldHour(Long value)
public ProductFeedSchedule.EnumInterval getFieldInterval()
public ProductFeedSchedule setFieldInterval(ProductFeedSchedule.EnumInterval value)
public Long getFieldIntervalCount()
public ProductFeedSchedule setFieldIntervalCount(Long value)
public Long getFieldMinute()
public ProductFeedSchedule setFieldMinute(Long value)
public String getFieldTimezone()
public ProductFeedSchedule setFieldTimezone(String value)
public String getFieldUrl()
public ProductFeedSchedule setFieldUrl(String value)
public String getFieldUsername()
public ProductFeedSchedule setFieldUsername(String value)
public ProductFeedSchedule copyFrom(ProductFeedSchedule instance)
public static APIRequest.ResponseParser<ProductFeedSchedule> getParser()
Copyright © 2017. All rights reserved.