Class RequiredMappingByWorkflows

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

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

    • sourceWorkflowId

      protected String sourceWorkflowId
      The ID of the source workflow.
    • statusIds

      protected Set<String> statusIds
      The status IDs requiring mapping.
    • targetWorkflowId

      protected String targetWorkflowId
      The ID of the target workflow.
  • Constructor Details

    • RequiredMappingByWorkflows

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

      @Internal public RequiredMappingByWorkflows(String sourceWorkflowId, Set<String> statusIds, String targetWorkflowId)
      Constructs a validated instance of RequiredMappingByWorkflows.

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

      Parameters:
      sourceWorkflowId - The ID of the source workflow.
      statusIds - The status IDs requiring mapping.
      targetWorkflowId - The ID of the target workflow.
    • RequiredMappingByWorkflows

      protected RequiredMappingByWorkflows()
  • Method Details