Uses of Class
com.adobe.aco.model.FeedProductDelete
-
Packages that use FeedProductDelete Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedProductDelete in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedProductDelete Modifier and Type Method Description ProcessFeedResponseClient. deleteProducts(List<FeedProductDelete> data)Delete products Delete products with specified `sku`` and `source`` valuesProcessFeedResponseClientImpl. deleteProducts(List<FeedProductDelete> data)Delete products Delete products with specified `sku`` and `source`` values -
Uses of FeedProductDelete in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedProductDelete Modifier and Type Method Description static FeedProductDeleteFeedProductDelete. fromJson(String jsonString)Create an instance of FeedProductDelete given an JSON stringFeedProductDeleteFeedProductDelete. sku(String sku)FeedProductDeleteFeedProductDelete. source(Source source)
-