Uses of Class
com.oracle.bmc.datacatalog.model.CatalogSummary
-
Packages that use CatalogSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of CatalogSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type CatalogSummary Modifier and Type Method Description Iterable<CatalogSummary>DataCatalogPaginators. listCatalogsRecordIterator(ListCatalogsRequest request)Creates a new iterable which will iterate over theCatalogSummaryobjects contained in responses from the listCatalogs operation. -
Uses of CatalogSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CatalogSummary Modifier and Type Method Description CatalogSummaryCatalogSummary.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type CatalogSummary Modifier and Type Method Description CatalogSummary.BuilderCatalogSummary.Builder. copy(CatalogSummary model) -
Uses of CatalogSummary in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return types with arguments of type CatalogSummary Modifier and Type Method Description List<CatalogSummary>ListCatalogsResponse. getItems()A list of com.oracle.bmc.datacatalog.model.CatalogSummary instances.Method parameters in com.oracle.bmc.datacatalog.responses with type arguments of type CatalogSummary Modifier and Type Method Description ListCatalogsResponse.BuilderListCatalogsResponse.Builder. items(List<CatalogSummary> items)A list of com.oracle.bmc.datacatalog.model.CatalogSummary instances.
-