Uses of Class
com.oracle.bmc.identity.model.UpdateCompartmentDetails
-
Packages that use UpdateCompartmentDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateCompartmentDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateCompartmentDetails Modifier and Type Method Description UpdateCompartmentDetails
UpdateCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateCompartmentDetails Modifier and Type Method Description UpdateCompartmentDetails.Builder
UpdateCompartmentDetails.Builder. copy(UpdateCompartmentDetails model)
-
Uses of UpdateCompartmentDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateCompartmentDetails Modifier and Type Method Description UpdateCompartmentDetails
UpdateCompartmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateCompartmentDetails
UpdateCompartmentRequest. getUpdateCompartmentDetails()
Request object for updating a compartment.Methods in com.oracle.bmc.identity.requests with parameters of type UpdateCompartmentDetails Modifier and Type Method Description UpdateCompartmentRequest.Builder
UpdateCompartmentRequest.Builder. body$(UpdateCompartmentDetails body)
Alternative setter for the body parameter.UpdateCompartmentRequest.Builder
UpdateCompartmentRequest.Builder. updateCompartmentDetails(UpdateCompartmentDetails updateCompartmentDetails)
Request object for updating a compartment.
-