Class RemoveVoteOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.RemoveVoteOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RemoveVoteOperationSpec extends Object
RemoveVoteSpec

Specification for the RemoveVote operation.

Delete vote

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • RemoveVoteOperationSpec

      @Internal public RemoveVoteOperationSpec(Consumer<RemoveVoteOperationSpec> spec)
      Constructs a validated instance of RemoveVoteOperationSpec.
      Parameters:
      spec - the specification to process
    • RemoveVoteOperationSpec

      @Internal public RemoveVoteOperationSpec(String issueIdOrKey)
      Constructs a validated instance of RemoveVoteOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      issueIdOrKey - The ID or key of the issue.
    • RemoveVoteOperationSpec

      protected RemoveVoteOperationSpec()
  • Method Details