Uses of Class
org.projectnessie.model.Namespace
-
Packages that use Namespace Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params org.projectnessie.model -
-
Uses of Namespace in org.projectnessie.api
Methods in org.projectnessie.api that return Namespace Modifier and Type Method Description NamespaceNamespaceApi. createNamespace(@NotNull NamespaceParams params)Creates a new namespace.NamespaceNamespaceApi. getNamespace(@NotNull NamespaceParams params)Retrieves theNamespaceinstance if it exists. -
Uses of Namespace in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return Namespace Modifier and Type Method Description NamespaceHttpNamespaceApi. createNamespace(@NotNull NamespaceParams params)NamespaceHttpNamespaceApi. getNamespace(@NotNull NamespaceParams params) -
Uses of Namespace in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return Namespace Modifier and Type Method Description NamespaceMultipleNamespacesParams. getNamespace()NamespaceNamespaceParams. getNamespace()Methods in org.projectnessie.api.params with parameters of type Namespace Modifier and Type Method Description MultipleNamespacesParamsBuilderMultipleNamespacesParamsBuilder. namespace(Namespace namespace)Initializes the value for thenamespaceattribute.NamespaceParamsBuilderNamespaceParamsBuilder. namespace(Namespace namespace)Initializes the value for thenamespaceattribute. -
Uses of Namespace in org.projectnessie.model
Subclasses of Namespace in org.projectnessie.model Modifier and Type Class Description classImmutableNamespaceImmutable implementation ofNamespace.Fields in org.projectnessie.model declared as Namespace Modifier and Type Field Description static NamespaceNamespace. EMPTYMethods in org.projectnessie.model that return Namespace Modifier and Type Method Description static NamespaceNamespace. fromPathString(String encoded)Convert from path encoded string to normal string.NamespaceContentKey. getNamespace()Returns the namespace that is always consisting of the first N-1 elements fromContentKey.getElements().static NamespaceNamespace. of(String... elements)Builds aNamespaceinstance for the given elements.static NamespaceNamespace. of(List<String> elements)Builds aNamespaceinstance for the given elements.static NamespaceNamespace. parse(String identifier)Builds aNamespaceinstance for the given elements split by the . (dot) character.Methods in org.projectnessie.model that return types with arguments of type Namespace Modifier and Type Method Description @NotNull List<Namespace>GetNamespacesResponse. getNamespaces()List<Namespace>ImmutableGetNamespacesResponse. getNamespaces()Methods in org.projectnessie.model with parameters of type Namespace Modifier and Type Method Description ImmutableGetNamespacesResponse.BuilderImmutableGetNamespacesResponse.Builder. addNamespaces(Namespace element)Adds one element tonamespaceslist.ImmutableGetNamespacesResponse.BuilderImmutableGetNamespacesResponse.Builder. addNamespaces(Namespace... elements)Adds elements tonamespaceslist.static ImmutableNamespaceImmutableNamespace. copyOf(Namespace instance)Creates an immutable copy of aNamespacevalue.ImmutableNamespace.BuilderImmutableNamespace.Builder. from(Namespace instance)Fill a builder with attribute values from the providedNamespaceinstance.static ContentKeyContentKey. of(Namespace namespace, String name)ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. withNamespaces(Namespace... elements)Copy the current immutable object with elements that replace the content ofnamespaces.Method parameters in org.projectnessie.model with type arguments of type Namespace Modifier and Type Method Description ImmutableGetNamespacesResponse.BuilderImmutableGetNamespacesResponse.Builder. addAllNamespaces(Iterable<? extends Namespace> elements)Adds elements tonamespaceslist.ImmutableGetNamespacesResponse.BuilderImmutableGetNamespacesResponse.Builder. namespaces(Iterable<? extends Namespace> elements)Sets or replaces all elements fornamespaceslist.ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. withNamespaces(Iterable<? extends Namespace> elements)Copy the current immutable object with elements that replace the content ofnamespaces.
-