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