Interface GetNamespaceResult


  • @Immutable
    public interface GetNamespaceResult
    • Method Detail

      • getNamespace

        @NotNull
        @Parameter(order=1)
        @NotNull org.projectnessie.model.Namespace getNamespace()
      • getEffectiveReference

        @Nullable
        @Parameter(order=2)
        org.projectnessie.model.Reference getEffectiveReference()
      • of

        static GetNamespaceResult of​(org.projectnessie.model.Namespace namespace,
                                     org.projectnessie.model.Reference effectiveReference)