Uses of Interface
org.projectnessie.model.GetNamespacesResponse
-
Packages that use GetNamespacesResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of GetNamespacesResponse in org.projectnessie.api
Methods in org.projectnessie.api that return GetNamespacesResponse Modifier and Type Method Description GetNamespacesResponseNamespaceApi. getNamespaces(@NotNull MultipleNamespacesParams params)Retrieves a list ofNamespaceinstances that match a given namespace prefix. -
Uses of GetNamespacesResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return GetNamespacesResponse Modifier and Type Method Description GetNamespacesResponseHttpNamespaceApi. getNamespaces(@NotNull MultipleNamespacesParams params) -
Uses of GetNamespacesResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement GetNamespacesResponse Modifier and Type Class Description classImmutableGetNamespacesResponseImmutable implementation ofGetNamespacesResponse.Methods in org.projectnessie.model with parameters of type GetNamespacesResponse Modifier and Type Method Description static ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. copyOf(GetNamespacesResponse instance)Creates an immutable copy of aGetNamespacesResponsevalue.ImmutableGetNamespacesResponse.BuilderImmutableGetNamespacesResponse.Builder. from(GetNamespacesResponse instance)Fill a builder with attribute values from the providedGetNamespacesResponseinstance.
-