Class DeleteRelatedWorkOperationSpec

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

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

Specification for the DeleteRelatedWork operation.

Delete related work

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteRelatedWorkOperationSpec

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

      @Internal public DeleteRelatedWorkOperationSpec(String versionId, String relatedWorkId)
      Constructs a validated instance of DeleteRelatedWorkOperationSpec.

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

      Parameters:
      versionId - The ID of the version that the target related work belongs to.
      relatedWorkId - The ID of the related work to delete.
    • DeleteRelatedWorkOperationSpec

      protected DeleteRelatedWorkOperationSpec()
  • Method Details