Uses of Class
org.projectnessie.model.ImmutableEntry
-
Packages that use ImmutableEntry Package Description org.projectnessie.model -
-
Uses of ImmutableEntry in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableEntry Modifier and Type Method Description ImmutableEntryImmutableEntry.Builder. build()Builds a newImmutableEntry.static ImmutableEntryImmutableEntry. copyOf(EntriesResponse.Entry instance)Creates an immutable copy of aEntriesResponse.Entryvalue.ImmutableEntryImmutableEntry. withName(ContentKey value)Copy the current immutable object by setting a value for thenameattribute.ImmutableEntryImmutableEntry. withType(Content.Type value)Copy the current immutable object by setting a value for thetypeattribute.
-