Uses of Class
com.oracle.bmc.datascience.model.UpdateProjectDetails
-
Packages that use UpdateProjectDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of UpdateProjectDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return UpdateProjectDetails Modifier and Type Method Description UpdateProjectDetails
UpdateProjectDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type UpdateProjectDetails Modifier and Type Method Description UpdateProjectDetails.Builder
UpdateProjectDetails.Builder. copy(UpdateProjectDetails model)
-
Uses of UpdateProjectDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return UpdateProjectDetails Modifier and Type Method Description UpdateProjectDetails
UpdateProjectRequest. getBody$()
Alternative accessor for the body parameter.UpdateProjectDetails
UpdateProjectRequest. getUpdateProjectDetails()
Details for updating a project.Methods in com.oracle.bmc.datascience.requests with parameters of type UpdateProjectDetails Modifier and Type Method Description UpdateProjectRequest.Builder
UpdateProjectRequest.Builder. body$(UpdateProjectDetails body)
Alternative setter for the body parameter.UpdateProjectRequest.Builder
UpdateProjectRequest.Builder. updateProjectDetails(UpdateProjectDetails updateProjectDetails)
Details for updating a project.
-