Class DeleteScreenSchemeOperationSpec

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

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

Specification for the DeleteScreenScheme operation.

Delete screen scheme

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteScreenSchemeOperationSpec

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

      @Internal public DeleteScreenSchemeOperationSpec(String screenSchemeId)
      Constructs a validated instance of DeleteScreenSchemeOperationSpec.

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

      Parameters:
      screenSchemeId - The ID of the screen scheme.
    • DeleteScreenSchemeOperationSpec

      protected DeleteScreenSchemeOperationSpec()
  • Method Details