Uses of Class
com.oracle.bmc.dataintegration.model.ProjectSummaryCollection
-
Packages that use ProjectSummaryCollection Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of ProjectSummaryCollection in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ProjectSummaryCollection Modifier and Type Method Description ProjectSummaryCollection
ProjectSummaryCollection.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type ProjectSummaryCollection Modifier and Type Method Description ProjectSummaryCollection.Builder
ProjectSummaryCollection.Builder. copy(ProjectSummaryCollection model)
-
Uses of ProjectSummaryCollection in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ProjectSummaryCollection Modifier and Type Method Description ProjectSummaryCollection
ListProjectsResponse. getProjectSummaryCollection()
The returned ProjectSummaryCollection instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ProjectSummaryCollection Modifier and Type Method Description ListProjectsResponse.Builder
ListProjectsResponse.Builder. projectSummaryCollection(ProjectSummaryCollection projectSummaryCollection)
The returned ProjectSummaryCollection instance.
-