Interface VaultNamedQueryBuilderCollected

  • All Implemented Interfaces:
    net.corda.v5.ledger.utxo.query.registration.VaultNamedQueryBuilderBase

    
    public interface VaultNamedQueryBuilderCollected
     implements VaultNamedQueryBuilderBase
                        

    An interface representing a builder that has already been collected. After collecting, the only builder method that can be called is register.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.corda.v5.ledger.utxo.query.registration.VaultNamedQueryBuilderBase

        register
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail