All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductFeed |
copyFrom(ProductFeed instance) |
ProductFeed.APIRequestCreateRule |
createRule() |
ProductFeed.APIRequestCreateUpload |
createUpload() |
ProductFeed.APIRequestCreateUploadSchedule |
createUploadSchedule() |
ProductFeed.APIRequestDelete |
delete() |
ProductFeed |
fetch() |
static ProductFeed |
fetchById(Long id,
APIContext context) |
static ProductFeed |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeed> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeed> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductFeed> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductFeed>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductFeed.APIRequestGet |
get() |
ProductFeed.APIRequestGetAutomotiveModels |
getAutomotiveModels() |
APIContext |
getContext() |
ProductFeed.APIRequestGetDestinations |
getDestinations() |
String |
getFieldCountry() |
String |
getFieldCreatedTime() |
String |
getFieldDefaultCurrency() |
Boolean |
getFieldDeletionEnabled() |
ProductFeed.EnumDelimiter |
getFieldDelimiter() |
String |
getFieldEncoding() |
String |
getFieldFileName() |
String |
getFieldId() |
ProductFeedUpload |
getFieldLatestUpload() |
String |
getFieldName() |
String |
getFieldOverrideType() |
Long |
getFieldProductCount() |
ProductFeed.EnumQuotedFieldsMode |
getFieldQuotedFieldsMode() |
ProductFeedSchedule |
getFieldSchedule() |
ProductFeedSchedule |
getFieldUpdateSchedule() |
ProductFeed.APIRequestGetFlights |
getFlights() |
ProductFeed.APIRequestGetHomeListings |
getHomeListings() |
ProductFeed.APIRequestGetHotels |
getHotels() |
String |
getId() |
static APIRequest.ResponseParser<ProductFeed> |
getParser() |
ProductFeed.APIRequestGetProducts |
getProducts() |
ProductFeed.APIRequestGetRules |
getRules() |
ProductFeed.APIRequestGetUploads |
getUploads() |
ProductFeed.APIRequestGetUploadSchedules |
getUploadSchedules() |
ProductFeed.APIRequestGetVehicleOffers |
getVehicleOffers() |
ProductFeed.APIRequestGetVehicles |
getVehicles() |
static ProductFeed |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductFeed> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ProductFeed.APIRequestUpdate |
update() |