Uses of Class
com.oracle.bmc.blockchain.model.ChangeBlockchainPlatformCompartmentDetails
-
Packages that use ChangeBlockchainPlatformCompartmentDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of ChangeBlockchainPlatformCompartmentDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return ChangeBlockchainPlatformCompartmentDetails Modifier and Type Method Description ChangeBlockchainPlatformCompartmentDetails
ChangeBlockchainPlatformCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type ChangeBlockchainPlatformCompartmentDetails Modifier and Type Method Description ChangeBlockchainPlatformCompartmentDetails.Builder
ChangeBlockchainPlatformCompartmentDetails.Builder. copy(ChangeBlockchainPlatformCompartmentDetails model)
-
Uses of ChangeBlockchainPlatformCompartmentDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ChangeBlockchainPlatformCompartmentDetails Modifier and Type Method Description ChangeBlockchainPlatformCompartmentDetails
ChangeBlockchainPlatformCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeBlockchainPlatformCompartmentDetails
ChangeBlockchainPlatformCompartmentRequest. getChangeBlockchainPlatformCompartmentDetails()
Input payload to move the resource to a different compartment.Methods in com.oracle.bmc.blockchain.requests with parameters of type ChangeBlockchainPlatformCompartmentDetails Modifier and Type Method Description ChangeBlockchainPlatformCompartmentRequest.Builder
ChangeBlockchainPlatformCompartmentRequest.Builder. body$(ChangeBlockchainPlatformCompartmentDetails body)
Alternative setter for the body parameter.ChangeBlockchainPlatformCompartmentRequest.Builder
ChangeBlockchainPlatformCompartmentRequest.Builder. changeBlockchainPlatformCompartmentDetails(ChangeBlockchainPlatformCompartmentDetails changeBlockchainPlatformCompartmentDetails)
Input payload to move the resource to a different compartment.
-