Uses of Class
com.oracle.bmc.fleetappsmanagement.model.CatalogItemSummary
-
Packages that use CatalogItemSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of CatalogItemSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type CatalogItemSummary Modifier and Type Method Description Iterable<CatalogItemSummary>
FleetAppsManagementCatalogPaginators. listCatalogItemsRecordIterator(ListCatalogItemsRequest request)
Creates a new iterable which will iterate over theCatalogItemSummary
objects contained in responses from the listCatalogItems operation. -
Uses of CatalogItemSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return CatalogItemSummary Modifier and Type Method Description CatalogItemSummary
CatalogItemSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type CatalogItemSummary Modifier and Type Method Description List<CatalogItemSummary>
CatalogItemCollection. getItems()
List of CatalogItems.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type CatalogItemSummary Modifier and Type Method Description CatalogItemSummary.Builder
CatalogItemSummary.Builder. copy(CatalogItemSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type CatalogItemSummary Modifier and Type Method Description CatalogItemCollection.Builder
CatalogItemCollection.Builder. items(List<CatalogItemSummary> items)
List of CatalogItems.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type CatalogItemSummary Constructor Description CatalogItemCollection(List<CatalogItemSummary> items)
Deprecated.
-