Klasse SetIssuePropertyOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetIssuePropertyOperationSpec

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

Specification for the SetIssueProperty operation.

Set issue property

  • Felddetails

    • VALIDATION_ENABLED

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

    • SetIssuePropertyOperationSpec

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

      @Internal public SetIssuePropertyOperationSpec(String issueIdOrKey, String propertyKey, Object body)
      Constructs a validated instance of SetIssuePropertyOperationSpec.

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

      Parameter:
      issueIdOrKey - The ID or key of the issue.
      propertyKey - The key of the issue property. The maximum length is 255 characters.
      body -
    • SetIssuePropertyOperationSpec

      protected SetIssuePropertyOperationSpec()
  • Methodendetails