Interface GetNamespacesResponse


@Immutable public interface GetNamespacesResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.projectnessie.model.ImmutableGetNamespacesResponse.Builder
     
    The effective reference (for example a branch or tag) including the commit ID from which the namespaces were fetched.
    @NotNull @NotNull List<Namespace>
     
  • Method Details

    • getNamespaces

      @NotNull @NotNull @NotNull @NotNull List<Namespace> getNamespaces()
    • getEffectiveReference

      @Nullable @Nullable Reference 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()