Package org.projectnessie.client.api
Interface GetNamespaceResult
-
@Immutable public interface GetNamespaceResult
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.ReferencegetEffectiveReference()@NotNull @NotNull org.projectnessie.model.NamespacegetNamespace()static GetNamespaceResultof(org.projectnessie.model.Namespace namespace, org.projectnessie.model.Reference effectiveReference)
-
-
-
Method Detail
-
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)
-
-