Package org.projectnessie.client.api
Interface DeleteTagBuilder
- All Superinterfaces:
OnTagBuilder<DeleteTagBuilder>
Request builder for "delete tag".
- Since:
NessieApiV1
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()org.projectnessie.model.TagDeletes the tag and returns its information as it was just before deletion.Methods inherited from interface org.projectnessie.client.api.OnTagBuilder
hash, tag, tagName
-
Method Details
-
delete
void delete() throws org.projectnessie.error.NessieConflictException, org.projectnessie.error.NessieNotFoundException- Throws:
org.projectnessie.error.NessieConflictExceptionorg.projectnessie.error.NessieNotFoundException
-
getAndDelete
org.projectnessie.model.Tag getAndDelete() throws org.projectnessie.error.NessieNotFoundException, org.projectnessie.error.NessieConflictExceptionDeletes the tag and returns its information as it was just before deletion.- Throws:
org.projectnessie.error.NessieNotFoundExceptionorg.projectnessie.error.NessieConflictException- Since:
NessieApiV2
-