Uses of Class
com.oracle.bmc.marketplacepublisher.model.CategorySummary
-
Packages that use CategorySummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of CategorySummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CategorySummary Modifier and Type Method Description Iterable<CategorySummary>MarketplacePublisherPaginators. listCategoriesRecordIterator(ListCategoriesRequest request)Creates a new iterable which will iterate over theCategorySummaryobjects contained in responses from the listCategories operation. -
Uses of CategorySummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return CategorySummary Modifier and Type Method Description CategorySummaryCategorySummary.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type CategorySummary Modifier and Type Method Description List<CategorySummary>CategoryCollection. getItems()List of category summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CategorySummary Modifier and Type Method Description CategorySummary.BuilderCategorySummary.Builder. copy(CategorySummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type CategorySummary Modifier and Type Method Description CategoryCollection.BuilderCategoryCollection.Builder. items(List<CategorySummary> items)List of category summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type CategorySummary Constructor Description CategoryCollection(List<CategorySummary> items)Deprecated.
-