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