Klasse DeleteWorklogPropertyOperationSpec

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

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

Specification for the DeleteWorklogProperty operation.

Delete worklog property

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteWorklogPropertyOperationSpec

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

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

      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 property.
    • DeleteWorklogPropertyOperationSpec

      protected DeleteWorklogPropertyOperationSpec()
  • Methodendetails