Class GetAllScreenTabsOperationSpec

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

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

Specification for the GetAllScreenTabs operation.

Get all screen tabs

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAllScreenTabsOperationSpec

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

      @Internal public GetAllScreenTabsOperationSpec(Long screenId, String projectKey)
      Constructs a validated instance of GetAllScreenTabsOperationSpec.

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

      Parameters:
      screenId - The ID of the screen.
      projectKey - The key of the project.
    • GetAllScreenTabsOperationSpec

      protected GetAllScreenTabsOperationSpec()
  • Method Details