Interface KeyEntry


  • @Immutable
    public interface KeyEntry
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static org.projectnessie.versioned.ImmutableKeyEntry.Builder builder()  
      org.projectnessie.model.Content getContent()  
      org.projectnessie.model.IdentifiedContentKey getKey()  
      static KeyEntry of​(org.projectnessie.model.IdentifiedContentKey key)  
      static KeyEntry of​(org.projectnessie.model.IdentifiedContentKey key, @NotNull @NotNull org.projectnessie.model.Content content)  
    • Method Detail

      • getKey

        org.projectnessie.model.IdentifiedContentKey getKey()
      • getContent

        @Nullable
        @Nullable
        org.projectnessie.model.Content getContent()
      • builder

        static org.projectnessie.versioned.ImmutableKeyEntry.Builder builder()
      • of

        static KeyEntry of​(org.projectnessie.model.IdentifiedContentKey key)
      • of

        static KeyEntry of​(org.projectnessie.model.IdentifiedContentKey key,
                           @NotNull @NotNull
                           @NotNull @NotNull org.projectnessie.model.Content content)