All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ProductCatalog |
execute() |
ProductCatalog |
execute(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<ProductCatalog> |
executeAsync() |
com.google.common.util.concurrent.ListenableFuture<ProductCatalog> |
executeAsync(Map<String,Object> extraParams) |
ProductCatalog |
getLastResponse() |
ProductCatalog |
parseResponse(String response,
String header) |
ProductCatalog.APIRequestUpdate |
requestAllFields() |
ProductCatalog.APIRequestUpdate |
requestAllFields(boolean value) |
ProductCatalog.APIRequestUpdate |
requestField(String field) |
ProductCatalog.APIRequestUpdate |
requestField(String field,
boolean value) |
ProductCatalog.APIRequestUpdate |
requestFields(List<String> fields) |
ProductCatalog.APIRequestUpdate |
requestFields(List<String> fields,
boolean value) |
ProductCatalog.APIRequestUpdate |
setDaDisplaySettings(Object daDisplaySettings) |
ProductCatalog.APIRequestUpdate |
setDaDisplaySettings(String daDisplaySettings) |
ProductCatalog.APIRequestUpdate |
setDefaultImageUrl(String defaultImageUrl) |
ProductCatalog.APIRequestUpdate |
setDestinationCatalogSettings(Map<String,String> destinationCatalogSettings) |
ProductCatalog.APIRequestUpdate |
setDestinationCatalogSettings(String destinationCatalogSettings) |
ProductCatalog.APIRequestUpdate |
setFallbackImageUrl(String fallbackImageUrl) |
ProductCatalog.APIRequestUpdate |
setFlightCatalogSettings(Map<String,String> flightCatalogSettings) |
ProductCatalog.APIRequestUpdate |
setFlightCatalogSettings(String flightCatalogSettings) |
ProductCatalog.APIRequestUpdate |
setName(String name) |
ProductCatalog.APIRequestUpdate |
setParam(String param,
Object value) |
ProductCatalog.APIRequestUpdate |
setParams(Map<String,Object> params) |
ProductCatalog.APIRequestUpdate |
setStoreCatalogSettings(Map<String,String> storeCatalogSettings) |
ProductCatalog.APIRequestUpdate |
setStoreCatalogSettings(String storeCatalogSettings) |