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