Package org.projectnessie.client.api
Interface AssignTagBuilder
-
- All Superinterfaces:
OnTagBuilder<AssignTagBuilder>
- All Known Implementing Classes:
BaseAssignTagBuilder
public interface AssignTagBuilder extends OnTagBuilder<AssignTagBuilder>
Request builder for "assign tag".- Since:
NessieApiV1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassign()AssignTagBuilderassignTo(@Valid @NotNull org.projectnessie.model.Reference assignTo)-
Methods inherited from interface org.projectnessie.client.api.OnTagBuilder
hash, tag, tagName
-
-
-
-
Method Detail
-
assignTo
AssignTagBuilder assignTo(@Valid @NotNull @Valid @NotNull org.projectnessie.model.Reference assignTo)
-
assign
void assign() throws org.projectnessie.error.NessieNotFoundException, org.projectnessie.error.NessieConflictException- Throws:
org.projectnessie.error.NessieNotFoundExceptionorg.projectnessie.error.NessieConflictException
-
-