Uses of Class
com.oracle.bmc.servicecatalog.model.ChangePrivateApplicationCompartmentDetails
-
Packages that use ChangePrivateApplicationCompartmentDetails Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.requests -
-
Uses of ChangePrivateApplicationCompartmentDetails in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ChangePrivateApplicationCompartmentDetails Modifier and Type Method Description ChangePrivateApplicationCompartmentDetails
ChangePrivateApplicationCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model with parameters of type ChangePrivateApplicationCompartmentDetails Modifier and Type Method Description ChangePrivateApplicationCompartmentDetails.Builder
ChangePrivateApplicationCompartmentDetails.Builder. copy(ChangePrivateApplicationCompartmentDetails model)
-
Uses of ChangePrivateApplicationCompartmentDetails in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ChangePrivateApplicationCompartmentDetails Modifier and Type Method Description ChangePrivateApplicationCompartmentDetails
ChangePrivateApplicationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangePrivateApplicationCompartmentDetails
ChangePrivateApplicationCompartmentRequest. getChangePrivateApplicationCompartmentDetails()
The details of the request to change the compartment of a given private application.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type ChangePrivateApplicationCompartmentDetails Modifier and Type Method Description ChangePrivateApplicationCompartmentRequest.Builder
ChangePrivateApplicationCompartmentRequest.Builder. body$(ChangePrivateApplicationCompartmentDetails body)
Alternative setter for the body parameter.ChangePrivateApplicationCompartmentRequest.Builder
ChangePrivateApplicationCompartmentRequest.Builder. changePrivateApplicationCompartmentDetails(ChangePrivateApplicationCompartmentDetails changePrivateApplicationCompartmentDetails)
The details of the request to change the compartment of a given private application.
-