Uses of Class
org.projectnessie.model.ImmutableContentKey
-
Packages that use ImmutableContentKey Package Description org.projectnessie.model -
-
Uses of ImmutableContentKey in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableContentKey Modifier and Type Method Description ImmutableContentKeyImmutableContentKey.Builder. build()Builds a newImmutableContentKey.static ImmutableContentKeyImmutableContentKey. copyOf(ContentKey instance)Creates an immutable copy of aContentKeyvalue.ImmutableContentKeyImmutableContentKey. withElements(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofelements.ImmutableContentKeyImmutableContentKey. withElements(String... elements)Copy the current immutable object with elements that replace the content ofelements.
-