Interface GetNamespaceResult


@Immutable public interface GetNamespaceResult
  • Method Summary

    Modifier and Type
    Method
    Description
    org.projectnessie.model.Reference
     
    @NotNull @NotNull org.projectnessie.model.Namespace
     
    of(org.projectnessie.model.Namespace namespace, org.projectnessie.model.Reference effectiveReference)
     
  • Method Details

    • getNamespace

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

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

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