Package org.projectnessie.versioned
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.Builderbuilder()org.projectnessie.model.ContentgetContent()org.projectnessie.model.IdentifiedContentKeygetKey()static KeyEntryof(org.projectnessie.model.IdentifiedContentKey key)static KeyEntryof(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)
-
-