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