Uses of Class
com.oracle.bmc.datascience.model.ChangeNotebookSessionCompartmentDetails
-
Packages that use ChangeNotebookSessionCompartmentDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ChangeNotebookSessionCompartmentDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ChangeNotebookSessionCompartmentDetails Modifier and Type Method Description ChangeNotebookSessionCompartmentDetails
ChangeNotebookSessionCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type ChangeNotebookSessionCompartmentDetails Modifier and Type Method Description ChangeNotebookSessionCompartmentDetails.Builder
ChangeNotebookSessionCompartmentDetails.Builder. copy(ChangeNotebookSessionCompartmentDetails model)
-
Uses of ChangeNotebookSessionCompartmentDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ChangeNotebookSessionCompartmentDetails Modifier and Type Method Description ChangeNotebookSessionCompartmentDetails
ChangeNotebookSessionCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeNotebookSessionCompartmentDetails
ChangeNotebookSessionCompartmentRequest. getChangeNotebookSessionCompartmentDetails()
Details for changing the compartment of a notebook session.Methods in com.oracle.bmc.datascience.requests with parameters of type ChangeNotebookSessionCompartmentDetails Modifier and Type Method Description ChangeNotebookSessionCompartmentRequest.Builder
ChangeNotebookSessionCompartmentRequest.Builder. body$(ChangeNotebookSessionCompartmentDetails body)
Alternative setter for the body parameter.ChangeNotebookSessionCompartmentRequest.Builder
ChangeNotebookSessionCompartmentRequest.Builder. changeNotebookSessionCompartmentDetails(ChangeNotebookSessionCompartmentDetails changeNotebookSessionCompartmentDetails)
Details for changing the compartment of a notebook session.
-