Uses of Class
com.oracle.bmc.dns.model.ChangeViewCompartmentDetails
-
Packages that use ChangeViewCompartmentDetails Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of ChangeViewCompartmentDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ChangeViewCompartmentDetails Modifier and Type Method Description ChangeViewCompartmentDetails
ChangeViewCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type ChangeViewCompartmentDetails Modifier and Type Method Description ChangeViewCompartmentDetails.Builder
ChangeViewCompartmentDetails.Builder. copy(ChangeViewCompartmentDetails model)
-
Uses of ChangeViewCompartmentDetails in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ChangeViewCompartmentDetails Modifier and Type Method Description ChangeViewCompartmentDetails
ChangeViewCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeViewCompartmentDetails
ChangeViewCompartmentRequest. getChangeViewCompartmentDetails()
Details for moving a view into a different compartment.Methods in com.oracle.bmc.dns.requests with parameters of type ChangeViewCompartmentDetails Modifier and Type Method Description ChangeViewCompartmentRequest.Builder
ChangeViewCompartmentRequest.Builder. body$(ChangeViewCompartmentDetails body)
Alternative setter for the body parameter.ChangeViewCompartmentRequest.Builder
ChangeViewCompartmentRequest.Builder. changeViewCompartmentDetails(ChangeViewCompartmentDetails changeViewCompartmentDetails)
Details for moving a view into a different compartment.
-