Uses of Class
com.oracle.bmc.blockchain.model.OsnCollection
-
Packages that use OsnCollection Package Description com.oracle.bmc.blockchain.model com.oracle.bmc.blockchain.responses -
-
Uses of OsnCollection in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return OsnCollection Modifier and Type Method Description OsnCollection
OsnCollection.Builder. build()
Methods in com.oracle.bmc.blockchain.model with parameters of type OsnCollection Modifier and Type Method Description OsnCollection.Builder
OsnCollection.Builder. copy(OsnCollection model)
-
Uses of OsnCollection in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return OsnCollection Modifier and Type Method Description OsnCollection
ListOsnsResponse. getOsnCollection()
The returned OsnCollection instance.Methods in com.oracle.bmc.blockchain.responses with parameters of type OsnCollection Modifier and Type Method Description ListOsnsResponse.Builder
ListOsnsResponse.Builder. osnCollection(OsnCollection osnCollection)
The returned OsnCollection instance.
-