Uses of Class
com.oracle.bmc.blockchain.model.OsnSummary
-
Packages that use OsnSummary Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.model -
-
Uses of OsnSummary in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return types with arguments of type OsnSummary Modifier and Type Method Description Iterable<OsnSummary>
BlockchainPlatformPaginators. listOsnsRecordIterator(ListOsnsRequest request)
Creates a new iterable which will iterate over theOsnSummary
objects contained in responses from the listOsns operation. -
Uses of OsnSummary in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return OsnSummary Modifier and Type Method Description OsnSummary
OsnSummary.Builder. build()
Methods in com.oracle.bmc.blockchain.model that return types with arguments of type OsnSummary Modifier and Type Method Description List<OsnSummary>
OsnCollection. getItems()
Collection of OsnSummaryMethods in com.oracle.bmc.blockchain.model with parameters of type OsnSummary Modifier and Type Method Description OsnSummary.Builder
OsnSummary.Builder. copy(OsnSummary model)
Method parameters in com.oracle.bmc.blockchain.model with type arguments of type OsnSummary Modifier and Type Method Description OsnCollection.Builder
OsnCollection.Builder. items(List<OsnSummary> items)
Collection of OsnSummaryConstructor parameters in com.oracle.bmc.blockchain.model with type arguments of type OsnSummary Constructor Description OsnCollection(List<OsnSummary> items)
Deprecated.
-