Class OnRefOnly

java.lang.Object
org.projectnessie.model.Content
org.projectnessie.versioned.testworker.OnRefOnly

@Immutable public abstract class OnRefOnly extends org.projectnessie.model.Content
Content with on-reference state only.
  • Field Details

    • ON_REF_ONLY

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

    • OnRefOnly

      public OnRefOnly()
  • Method Details

    • onRef

      public static OnRefOnly onRef(String onRef, String contentId)
    • newOnRef

      public static OnRefOnly newOnRef(String onRef)
    • getOnRef

      public abstract 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 abstract OnRefOnly withId(String id)
      Specified by:
      withId in class org.projectnessie.model.Content