Class AddScreenTabOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddScreenTabOperationSpec

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

Specification for the AddScreenTab operation.

Create screen tab

  • Field Details

    • VALIDATION_ENABLED

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

    • AddScreenTabOperationSpec

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

      @Internal public AddScreenTabOperationSpec(Long screenId, ScreenableTab screenableTab)
      Constructs a validated instance of AddScreenTabOperationSpec.

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

      Parameters:
      screenId - The ID of the screen.
      screenableTab -
    • AddScreenTabOperationSpec

      protected AddScreenTabOperationSpec()
  • Method Details