Package org.projectnessie.model
Interface GetNamespacesResponse
@Immutable
public interface GetNamespacesResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableGetNamespacesResponse.Builderbuilder()The effective reference (for example a branch or tag) including the commit ID from which the namespaces were fetched.
-
Method Details
-
getNamespaces
-
getEffectiveReference
The effective reference (for example a branch or tag) including the commit ID from which the namespaces were fetched. Cannot be null when using REST API v2. -
builder
static org.projectnessie.model.ImmutableGetNamespacesResponse.Builder builder()
-