Class DeleteComponentOperationSpec

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

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

Specification for the DeleteComponent operation.

Delete component

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteComponentOperationSpec

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

      @Internal public DeleteComponentOperationSpec(String id, String moveIssuesTo)
      Constructs a validated instance of DeleteComponentOperationSpec.

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

      Parameters:
      id - The ID of the component.
      moveIssuesTo - The ID of the component to replace the deleted component. If this value is null no replacement is made.
    • DeleteComponentOperationSpec

      protected DeleteComponentOperationSpec()
  • Method Details