Class WorkflowReadRequest

java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowReadRequest

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowReadRequest extends Object
WorkflowReadRequest
  • Field Details

    • projectAndIssueTypes

      protected List<ProjectAndIssueTypePair> projectAndIssueTypes
      The list of projects and issue types to query.
    • workflowIds

      protected List<String> workflowIds
      The list of workflow IDs to query.
    • workflowNames

      protected List<String> workflowNames
      The list of workflow names to query.
  • Constructor Details

    • WorkflowReadRequest

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

      @Internal public WorkflowReadRequest(List<ProjectAndIssueTypePair> projectAndIssueTypes, List<String> workflowIds, List<String> workflowNames)
      Constructs a validated instance of WorkflowReadRequest.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using WorkflowReadRequest(Consumer) instead.

      Parameters:
      projectAndIssueTypes - The list of projects and issue types to query.
      workflowIds - The list of workflow IDs to query.
      workflowNames - The list of workflow names to query.
    • WorkflowReadRequest

      protected WorkflowReadRequest()
  • Method Details