Package org.projectnessie.client.api
Interface GetNamespaceResult
@Immutable
public interface GetNamespaceResult
-
Method Summary
Modifier and TypeMethodDescriptionorg.projectnessie.model.Reference@NotNull @NotNull org.projectnessie.model.Namespacestatic GetNamespaceResultof(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)
-