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