Interface GetNamespacesResponse


  • @Immutable
    public interface GetNamespacesResponse
    • Method Detail

      • getNamespaces

        @NotNull
        @NotNull
        @NotNull @NotNull java.util.List<Namespace> getNamespaces()
      • getEffectiveReference

        @Nullable
        @Nullable
        Reference getEffectiveReference()
      • builder

        static org.projectnessie.model.ImmutableGetNamespacesResponse.Builder builder()