Class DeleteScreenTabOperationSpec

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

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

Specification for the DeleteScreenTab operation.

Delete screen tab

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteScreenTabOperationSpec

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

      @Internal public DeleteScreenTabOperationSpec(Long screenId, Long tabId)
      Constructs a validated instance of DeleteScreenTabOperationSpec.

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

      Parameters:
      screenId - The ID of the screen.
      tabId - The ID of the screen tab.
    • DeleteScreenTabOperationSpec

      protected DeleteScreenTabOperationSpec()
  • Method Details