Klasse SetWorklogPropertyOperationSpec

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

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

Specification for the SetWorklogProperty operation.

Set worklog property

  • Felddetails

    • VALIDATION_ENABLED

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

    • SetWorklogPropertyOperationSpec

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

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

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

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

      protected SetWorklogPropertyOperationSpec()
  • Methodendetails