All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductFeedSchedule |
copyFrom(ProductFeedSchedule instance) |
ProductFeedSchedule.APIRequestDelete |
delete() |
ProductFeedSchedule |
fetch() |
static ProductFeedSchedule |
fetchById(Long id,
APIContext context) |
static ProductFeedSchedule |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeedSchedule> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeedSchedule> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductFeedSchedule> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductFeedSchedule>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductFeedSchedule.APIRequestGet |
get() |
APIContext |
getContext() |
Long |
getFieldDayOfMonth() |
ProductFeedSchedule.EnumDayOfWeek |
getFieldDayOfWeek() |
Long |
getFieldHour() |
String |
getFieldId() |
ProductFeedSchedule.EnumInterval |
getFieldInterval() |
Long |
getFieldIntervalCount() |
Long |
getFieldMinute() |
String |
getFieldTimezone() |
String |
getFieldUrl() |
String |
getFieldUsername() |
String |
getId() |
static APIRequest.ResponseParser<ProductFeedSchedule> |
getParser() |
static ProductFeedSchedule |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductFeedSchedule> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ProductFeedSchedule.APIRequestUpdate |
update() |