Uses of Class
com.oracle.bmc.dataintegration.model.FolderSummary
-
Packages that use FolderSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of FolderSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type FolderSummary Modifier and Type Method Description Iterable<FolderSummary>
DataIntegrationPaginators. listFoldersRecordIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over theFolderSummary
objects contained in responses from the listFolders operation. -
Uses of FolderSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FolderSummary Modifier and Type Method Description FolderSummary
FolderSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type FolderSummary Modifier and Type Method Description List<FolderSummary>
FolderSummaryCollection. getItems()
The array of folder summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type FolderSummary Modifier and Type Method Description FolderSummary.Builder
FolderSummary.Builder. copy(FolderSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type FolderSummary Modifier and Type Method Description FolderSummaryCollection.Builder
FolderSummaryCollection.Builder. items(List<FolderSummary> items)
The array of folder summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type FolderSummary Constructor Description FolderSummaryCollection(List<FolderSummary> items)
Deprecated.
-