Uses of Class
org.projectnessie.model.ImmutableGetNamespacesResponse
-
Packages that use ImmutableGetNamespacesResponse Package Description org.projectnessie.model -
-
Uses of ImmutableGetNamespacesResponse in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableGetNamespacesResponse Modifier and Type Method Description ImmutableGetNamespacesResponseImmutableGetNamespacesResponse.Builder. build()Builds a newImmutableGetNamespacesResponse.static ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. copyOf(GetNamespacesResponse instance)Creates an immutable copy of aGetNamespacesResponsevalue.ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. withNamespaces(Iterable<? extends Namespace> elements)Copy the current immutable object with elements that replace the content ofnamespaces.ImmutableGetNamespacesResponseImmutableGetNamespacesResponse. withNamespaces(Namespace... elements)Copy the current immutable object with elements that replace the content ofnamespaces.
-