Uses of Class
com.oracle.bmc.datascience.model.ChangeMlApplicationCompartmentDetails
-
Packages that use ChangeMlApplicationCompartmentDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ChangeMlApplicationCompartmentDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ChangeMlApplicationCompartmentDetails Modifier and Type Method Description ChangeMlApplicationCompartmentDetails
ChangeMlApplicationCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type ChangeMlApplicationCompartmentDetails Modifier and Type Method Description ChangeMlApplicationCompartmentDetails.Builder
ChangeMlApplicationCompartmentDetails.Builder. copy(ChangeMlApplicationCompartmentDetails model)
-
Uses of ChangeMlApplicationCompartmentDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ChangeMlApplicationCompartmentDetails Modifier and Type Method Description ChangeMlApplicationCompartmentDetails
ChangeMlApplicationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeMlApplicationCompartmentDetails
ChangeMlApplicationCompartmentRequest. getChangeMlApplicationCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.datascience.requests with parameters of type ChangeMlApplicationCompartmentDetails Modifier and Type Method Description ChangeMlApplicationCompartmentRequest.Builder
ChangeMlApplicationCompartmentRequest.Builder. body$(ChangeMlApplicationCompartmentDetails body)
Alternative setter for the body parameter.ChangeMlApplicationCompartmentRequest.Builder
ChangeMlApplicationCompartmentRequest.Builder. changeMlApplicationCompartmentDetails(ChangeMlApplicationCompartmentDetails changeMlApplicationCompartmentDetails)
The information to be updated.
-