Uses of Class
com.oracle.bmc.devops.model.ProjectSummary
-
Packages that use ProjectSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of ProjectSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type ProjectSummary Modifier and Type Method Description Iterable<ProjectSummary>
DevopsPaginators. 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.devops.model
Methods in com.oracle.bmc.devops.model that return ProjectSummary Modifier and Type Method Description ProjectSummary
ProjectSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>
ProjectCollection. getItems()
List of project summary items.Methods in com.oracle.bmc.devops.model with parameters of type ProjectSummary Modifier and Type Method Description ProjectSummary.Builder
ProjectSummary.Builder. copy(ProjectSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type ProjectSummary Modifier and Type Method Description ProjectCollection.Builder
ProjectCollection.Builder. items(List<ProjectSummary> items)
List of project summary items.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ProjectSummary Constructor Description ProjectCollection(List<ProjectSummary> items)
Deprecated.
-