Class BaseChangeReferenceBuilder<B>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String expectedHash  
      protected java.lang.String refName  
      protected org.projectnessie.model.Reference.ReferenceType type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      B hash​(java.lang.String hash)  
      B refName​(java.lang.String name)  
      B refType​(org.projectnessie.model.Reference.ReferenceType referenceType)  
      • Methods inherited from class java.lang.Object

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

      • refName

        protected java.lang.String refName
      • expectedHash

        protected java.lang.String expectedHash
      • type

        protected org.projectnessie.model.Reference.ReferenceType type
    • Constructor Detail

      • BaseChangeReferenceBuilder

        public BaseChangeReferenceBuilder()