Package com.oracle.bmc.blockchain.model
Class BlockchainPlatformCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.blockchain.model.BlockchainPlatformCollection.Builder
 
- 
- Enclosing class:
- BlockchainPlatformCollection
 
 public static class BlockchainPlatformCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainPlatformCollectionbuild()BlockchainPlatformCollection.Buildercopy(BlockchainPlatformCollection model)BlockchainPlatformCollection.Builderitems(List<BlockchainPlatformSummary> items)Collection of BlockchainPlatformSummary
 
- 
- 
- 
Method Detail- 
itemspublic BlockchainPlatformCollection.Builder items(List<BlockchainPlatformSummary> items) Collection of BlockchainPlatformSummary- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic BlockchainPlatformCollection build() 
 - 
copypublic BlockchainPlatformCollection.Builder copy(BlockchainPlatformCollection model) 
 
- 
 
-