Uses of Class
com.oracle.bmc.blockchain.model.UpdateBlockchainPlatformDetails
-
Packages that use UpdateBlockchainPlatformDetails Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.requests -
-
Uses of UpdateBlockchainPlatformDetails in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return UpdateBlockchainPlatformDetails Modifier and Type Method Description UpdateBlockchainPlatformDetails
UpdateBlockchainPlatformDetails.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type UpdateBlockchainPlatformDetails Modifier and Type Method Description UpdateBlockchainPlatformDetails.Builder
UpdateBlockchainPlatformDetails.Builder. copy(UpdateBlockchainPlatformDetails model)
-
Uses of UpdateBlockchainPlatformDetails in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return UpdateBlockchainPlatformDetails Modifier and Type Method Description UpdateBlockchainPlatformDetails
UpdateBlockchainPlatformRequest. getBody$()
Alternative accessor for the body parameter.UpdateBlockchainPlatformDetails
UpdateBlockchainPlatformRequest. getUpdateBlockchainPlatformDetails()
The Blockchain Platform fields to update.Methods in com.oracle.bmc.blockchain.requests with parameters of type UpdateBlockchainPlatformDetails Modifier and Type Method Description UpdateBlockchainPlatformRequest.Builder
UpdateBlockchainPlatformRequest.Builder. body$(UpdateBlockchainPlatformDetails body)
Alternative setter for the body parameter.UpdateBlockchainPlatformRequest.Builder
UpdateBlockchainPlatformRequest.Builder. updateBlockchainPlatformDetails(UpdateBlockchainPlatformDetails updateBlockchainPlatformDetails)
The Blockchain Platform fields to update.
-