All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ProductCatalog |
copyFrom(ProductCatalog instance) |
ProductCatalog.APIRequestCreateAgency |
createAgency() |
ProductCatalog.APIRequestCreateAssignedUser |
createAssignedUser() |
ProductCatalog.APIRequestCreateBatch |
createBatch() |
ProductCatalog.APIRequestCreateCategory |
createCategory() |
ProductCatalog.APIRequestCreateExternalEventSource |
createExternalEventSource() |
ProductCatalog.APIRequestCreateHomeListing |
createHomeListing() |
ProductCatalog.APIRequestCreateHotel |
createHotel() |
ProductCatalog.APIRequestCreateHotelRoomsBatch |
createHotelRoomsBatch() |
ProductCatalog.APIRequestCreateItemsBatch |
createItemsBatch() |
ProductCatalog.APIRequestCreatePricingVariablesBatch |
createPricingVariablesBatch() |
ProductCatalog.APIRequestCreateProduct |
createProduct() |
ProductCatalog.APIRequestCreateProductFeed |
createProductFeed() |
ProductCatalog.APIRequestCreateProductGroup |
createProductGroup() |
ProductCatalog.APIRequestCreateProductSet |
createProductSet() |
ProductCatalog.APIRequestCreateVehicle |
createVehicle() |
ProductCatalog.APIRequestDelete |
delete() |
ProductCatalog.APIRequestDeleteAgencies |
deleteAgencies() |
ProductCatalog.APIRequestDeleteAssignedUsers |
deleteAssignedUsers() |
ProductCatalog.APIRequestDeleteExternalEventSources |
deleteExternalEventSources() |
ProductCatalog |
fetch() |
static ProductCatalog |
fetchById(Long id,
APIContext context) |
static ProductCatalog |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductCatalog> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductCatalog> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductCatalog> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductCatalog>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductCatalog.APIRequestGet |
get() |
ProductCatalog.APIRequestGetAgencies |
getAgencies() |
ProductCatalog.APIRequestGetAssignedUsers |
getAssignedUsers() |
ProductCatalog.APIRequestGetAutomotiveModels |
getAutomotiveModels() |
ProductCatalog.APIRequestGetCategories |
getCategories() |
ProductCatalog.APIRequestGetCheckBatchRequestStatus |
getCheckBatchRequestStatus() |
ProductCatalog.APIRequestGetCollaborativeAdsShareSettings |
getCollaborativeAdsShareSettings() |
APIContext |
getContext() |
ProductCatalog.APIRequestGetDestinations |
getDestinations() |
ProductCatalog.APIRequestGetEventStats |
getEventStats() |
ProductCatalog.APIRequestGetExternalEventSources |
getExternalEventSources() |
Business |
getFieldBusiness() |
CommerceMerchantSettings |
getFieldCommerceMerchantSettings() |
ProductCatalogImageSettings |
getFieldDaDisplaySettings() |
String |
getFieldDefaultImageUrl() |
List<String> |
getFieldFallbackImageUrl() |
Long |
getFieldFeedCount() |
String |
getFieldId() |
Boolean |
getFieldIsCatalogSegment() |
String |
getFieldName() |
Long |
getFieldProductCount() |
StoreCatalogSettings |
getFieldStoreCatalogSettings() |
String |
getFieldVertical() |
ProductCatalog.APIRequestGetFlights |
getFlights() |
ProductCatalog.APIRequestGetHomeListings |
getHomeListings() |
ProductCatalog.APIRequestGetHotelRoomsBatch |
getHotelRoomsBatch() |
ProductCatalog.APIRequestGetHotels |
getHotels() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalog> |
getParser() |
ProductCatalog.APIRequestGetPricingVariablesBatch |
getPricingVariablesBatch() |
ProductCatalog.APIRequestGetProductFeeds |
getProductFeeds() |
ProductCatalog.APIRequestGetProductGroups |
getProductGroups() |
ProductCatalog.APIRequestGetProducts |
getProducts() |
ProductCatalog.APIRequestGetProductSets |
getProductSets() |
ProductCatalog.APIRequestGetProductSetsBatch |
getProductSetsBatch() |
ProductCatalog.APIRequestGetVehicleOffers |
getVehicleOffers() |
ProductCatalog.APIRequestGetVehicles |
getVehicles() |
static ProductCatalog |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalog> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ProductCatalog.APIRequestUpdate |
update() |