Class GetAllScreenTabFieldsOperationSpec

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

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

Specification for the GetAllScreenTabFields operation.

Get all screen tab fields

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAllScreenTabFieldsOperationSpec

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

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

      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.
      projectKey - The key of the project.
    • GetAllScreenTabFieldsOperationSpec

      protected GetAllScreenTabFieldsOperationSpec()
  • Method Details