Interface AssignTagBuilder

All Superinterfaces:
OnTagBuilder<AssignTagBuilder>

public interface AssignTagBuilder extends OnTagBuilder<AssignTagBuilder>
Request builder for "assign tag".
Since:
NessieApiV1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.projectnessie.model.Tag
    Assigns the tag to the specified hash and returns its updated information.
    assignTo(@Valid @Valid @NotNull @NotNull org.projectnessie.model.Reference assignTo)
     

    Methods inherited from interface org.projectnessie.client.api.OnTagBuilder

    hash, tag, tagName
  • Method Details

    • assignTo

      AssignTagBuilder assignTo(@Valid @Valid @NotNull @NotNull @Valid @Valid @NotNull @NotNull org.projectnessie.model.Reference assignTo)
    • assign

      void assign() throws org.projectnessie.error.NessieNotFoundException, org.projectnessie.error.NessieConflictException
      Throws:
      org.projectnessie.error.NessieNotFoundException
      org.projectnessie.error.NessieConflictException
    • assignAndGet

      org.projectnessie.model.Tag assignAndGet() throws org.projectnessie.error.NessieNotFoundException, org.projectnessie.error.NessieConflictException
      Assigns the tag to the specified hash and returns its updated information.
      Throws:
      org.projectnessie.error.NessieNotFoundException
      org.projectnessie.error.NessieConflictException
      Since:
      NessieApiV2