Uses of Class
com.oracle.bmc.blockchain.model.UpgradeBlockchainPlatformDetails
-
Packages that use UpgradeBlockchainPlatformDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of UpgradeBlockchainPlatformDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return UpgradeBlockchainPlatformDetails Modifier and Type Method Description UpgradeBlockchainPlatformDetails
UpgradeBlockchainPlatformDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type UpgradeBlockchainPlatformDetails Modifier and Type Method Description UpgradeBlockchainPlatformDetails.Builder
UpgradeBlockchainPlatformDetails.Builder. copy(UpgradeBlockchainPlatformDetails model)
-
Uses of UpgradeBlockchainPlatformDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return UpgradeBlockchainPlatformDetails Modifier and Type Method Description UpgradeBlockchainPlatformDetails
UpgradeBlockchainPlatformRequest. getBody$()
Alternative accessor for the body parameter.UpgradeBlockchainPlatformDetails
UpgradeBlockchainPlatformRequest. getUpgradeBlockchainPlatformDetails()
Details for the new version to which it needs to be upgraded.Methods in com.oracle.bmc.blockchain.requests with parameters of type UpgradeBlockchainPlatformDetails Modifier and Type Method Description UpgradeBlockchainPlatformRequest.Builder
UpgradeBlockchainPlatformRequest.Builder. body$(UpgradeBlockchainPlatformDetails body)
Alternative setter for the body parameter.UpgradeBlockchainPlatformRequest.Builder
UpgradeBlockchainPlatformRequest.Builder. upgradeBlockchainPlatformDetails(UpgradeBlockchainPlatformDetails upgradeBlockchainPlatformDetails)
Details for the new version to which it needs to be upgraded.
-