Class GetAllWorkflowsOperationSpec

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

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

Specification for the GetAllWorkflows operation.

Get all workflows

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAllWorkflowsOperationSpec

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

      @Internal public GetAllWorkflowsOperationSpec(String workflowName)
      Constructs a validated instance of GetAllWorkflowsOperationSpec.

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

      Parameters:
      workflowName - The name of the workflow to be returned. Only one workflow can be specified.
    • GetAllWorkflowsOperationSpec

      protected GetAllWorkflowsOperationSpec()
  • Method Details