Uses of Class
com.oracle.bmc.datacatalog.model.NamespaceSummary
-
Packages that use NamespaceSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of NamespaceSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type NamespaceSummary Modifier and Type Method Description Iterable<NamespaceSummary>
DataCatalogPaginators. listNamespacesRecordIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over theNamespaceSummary
objects contained in responses from the listNamespaces operation. -
Uses of NamespaceSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return NamespaceSummary Modifier and Type Method Description NamespaceSummary
NamespaceSummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type NamespaceSummary Modifier and Type Method Description List<NamespaceSummary>
NamespaceCollection. getItems()
Collection of namespace summariesMethods in com.oracle.bmc.datacatalog.model with parameters of type NamespaceSummary Modifier and Type Method Description NamespaceSummary.Builder
NamespaceSummary.Builder. copy(NamespaceSummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type NamespaceSummary Modifier and Type Method Description NamespaceCollection.Builder
NamespaceCollection.Builder. items(List<NamespaceSummary> items)
Collection of namespace summariesConstructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type NamespaceSummary Constructor Description NamespaceCollection(Integer count, List<NamespaceSummary> items)
Deprecated.
-