Uses of Class
org.projectnessie.model.ImmutableNamespace
-
Packages that use ImmutableNamespace Package Description org.projectnessie.model -
-
Uses of ImmutableNamespace in org.projectnessie.model
Fields in org.projectnessie.model declared as ImmutableNamespace Modifier and Type Field Description static ImmutableNamespaceNamespace. EMPTYMethods 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. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-