Klasse WorkflowSchemeAssociation

java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeAssociation

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowSchemeAssociation extends Object
WorkflowSchemeAssociation
  • Felddetails

    • issueTypeIds

      protected Set<String> issueTypeIds
      The issue types assigned to the workflow.
    • workflowId

      protected String workflowId
      The ID of the workflow.
  • Konstruktordetails

    • WorkflowSchemeAssociation

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

      @Internal public WorkflowSchemeAssociation(Set<String> issueTypeIds, String workflowId)
      Constructs a validated instance of WorkflowSchemeAssociation.

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

      Parameter:
      issueTypeIds - The issue types assigned to the workflow.
      workflowId - The ID of the workflow.
    • WorkflowSchemeAssociation

      protected WorkflowSchemeAssociation()
  • Methodendetails