Class SetCommentPropertyOperationSpec

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

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

Specification for the SetCommentProperty operation.

Set comment property

  • Field Details

    • VALIDATION_ENABLED

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

    • SetCommentPropertyOperationSpec

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

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

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

      Parameters:
      commentId - The ID of the comment.
      propertyKey - The key of the property. The maximum length is 255 characters.
      body -
    • SetCommentPropertyOperationSpec

      protected SetCommentPropertyOperationSpec()
  • Method Details