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