Package org.projectnessie.client.api
Interface CreateNamespaceResult
-
@Immutable public interface CreateNamespaceResult
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.BranchgetEffectiveBranch()org.projectnessie.model.NamespacegetNamespace()static CreateNamespaceResultof(org.projectnessie.model.Namespace namespace, org.projectnessie.model.Branch effectiveBranch)
-
-
-
Method Detail
-
getNamespace
@Parameter(order=1) org.projectnessie.model.Namespace getNamespace()
-
getEffectiveBranch
@Parameter(order=2) org.projectnessie.model.Branch getEffectiveBranch()
-
of
static CreateNamespaceResult of(org.projectnessie.model.Namespace namespace, org.projectnessie.model.Branch effectiveBranch)
-
-