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