Class OnRefOnly


  • @Immutable
    public abstract class OnRefOnly
    extends org.projectnessie.model.Content
    Content with on-reference state only.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.projectnessie.model.Content

        org.projectnessie.model.Content.Type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.projectnessie.model.Content.Type ON_REF_ONLY  
    • Constructor Summary

      Constructors 
      Constructor Description
      OnRefOnly()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String getOnRef()  
      org.projectnessie.model.Content.Type getType()  
      static OnRefOnly newOnRef​(java.lang.String onRef)  
      static OnRefOnly onRef​(java.lang.String onRef, java.lang.String contentId)  
      org.projectnessie.nessie.relocated.protobuf.ByteString serialized()  
      OnRefOnly withId​(java.lang.String id)  
      OnRefOnly withId​(org.projectnessie.model.Content c)  
      • Methods inherited from class org.projectnessie.model.Content

        getId, unwrap
      • Methods inherited from class java.lang.Object

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

      • ON_REF_ONLY

        public static final org.projectnessie.model.Content.Type ON_REF_ONLY
    • Constructor Detail

      • OnRefOnly

        public OnRefOnly()
    • Method Detail

      • onRef

        public static OnRefOnly onRef​(java.lang.String onRef,
                                      java.lang.String contentId)
      • newOnRef

        public static OnRefOnly newOnRef​(java.lang.String onRef)
      • getOnRef

        public abstract java.lang.String getOnRef()
      • getType

        public org.projectnessie.model.Content.Type getType()
        Specified by:
        getType in class org.projectnessie.model.Content
      • serialized

        public org.projectnessie.nessie.relocated.protobuf.ByteString serialized()
      • withId

        public OnRefOnly withId​(org.projectnessie.model.Content c)
      • withId

        public OnRefOnly withId​(java.lang.String id)