Package org.projectnessie.client.api
Interface DeleteNamespaceResult
-
@Immutable public interface DeleteNamespaceResult
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.BranchgetEffectiveBranch()org.projectnessie.model.NamespacegetNamespace()static DeleteNamespaceResultof(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 DeleteNamespaceResult of(org.projectnessie.model.Namespace namespace, org.projectnessie.model.Branch effectiveBranch)
-
-