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