Uses of Class
com.adobe.aco.model.FeedPricebook
-
Packages that use FeedPricebook Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedPricebook in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedPricebook Modifier and Type Method Description ProcessFeedResponseClient. createPriceBooks(List<FeedPricebook> data)Create price books Create or replace existing price books with support for hierarchical pricing structures.ProcessFeedResponseClientImpl. createPriceBooks(List<FeedPricebook> data)Create price books Create or replace existing price books with support for hierarchical pricing structures.ProcessFeedResponseClient. updatePriceBooks(List<FeedPricebook> data)Update price books Update existing price books with limitations on hierarchical changes.ProcessFeedResponseClientImpl. updatePriceBooks(List<FeedPricebook> data)Update price books Update existing price books with limitations on hierarchical changes. -
Uses of FeedPricebook in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedPricebook Modifier and Type Method Description static FeedPricebookFeedPricebook. fromJson(String jsonString)Create an instance of FeedPricebook given an JSON string
-