Uses of Class
com.adobe.aco.model.ProductRoutes
-
Packages that use ProductRoutes Package Description com.adobe.aco.model -
-
Uses of ProductRoutes in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductRoutes Modifier and Type Method Description static ProductRoutesProductRoutes. fromJson(String jsonString)Create an instance of ProductRoutes given an JSON stringProductRoutesProductRoutes. path(String path)ProductRoutesProductRoutes. position(Integer position)Methods in com.adobe.aco.model that return types with arguments of type ProductRoutes Modifier and Type Method Description List<ProductRoutes>FeedProduct. getRoutes()A list of product routes.List<ProductRoutes>FeedProductUpdate. getRoutes()A list of product routes.Methods in com.adobe.aco.model with parameters of type ProductRoutes Modifier and Type Method Description FeedProductFeedProduct. addRoutesItem(ProductRoutes routesItem)FeedProductUpdateFeedProductUpdate. addRoutesItem(ProductRoutes routesItem)Method parameters in com.adobe.aco.model with type arguments of type ProductRoutes Modifier and Type Method Description FeedProductFeedProduct. routes(List<ProductRoutes> routes)FeedProductUpdateFeedProductUpdate. routes(List<ProductRoutes> routes)voidFeedProduct. setRoutes(List<ProductRoutes> routes)voidFeedProductUpdate. setRoutes(List<ProductRoutes> routes)
-