Class MoveScreenTabOperationSpec

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

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

Specification for the MoveScreenTab operation.

Move screen tab

  • Field Details

    • VALIDATION_ENABLED

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

    • MoveScreenTabOperationSpec

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

      @Internal public MoveScreenTabOperationSpec(Long screenId, Long tabId, Integer pos)
      Constructs a validated instance of MoveScreenTabOperationSpec.

      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.
      pos - The position of tab. The base index is 0.
    • MoveScreenTabOperationSpec

      protected MoveScreenTabOperationSpec()
  • Method Details