Uses of Class
com.oracle.bmc.marketplace.model.CategorySummary
-
Packages that use CategorySummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of CategorySummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type CategorySummary Modifier and Type Method Description Iterable<CategorySummary>
MarketplacePaginators. listCategoriesRecordIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over theCategorySummary
objects contained in responses from the listCategories operation. -
Uses of CategorySummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return CategorySummary Modifier and Type Method Description CategorySummary
CategorySummary.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type CategorySummary Modifier and Type Method Description CategorySummary.Builder
CategorySummary.Builder. copy(CategorySummary model)
-
Uses of CategorySummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type CategorySummary Modifier and Type Method Description List<CategorySummary>
ListCategoriesResponse. getItems()
A list of com.oracle.bmc.marketplace.model.CategorySummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type CategorySummary Modifier and Type Method Description ListCategoriesResponse.Builder
ListCategoriesResponse.Builder. items(List<CategorySummary> items)
A list of com.oracle.bmc.marketplace.model.CategorySummary instances.
-