Class WorkflowSchemeProjectAssociation

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

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

    • projectId

      protected String projectId
      The ID of the project.
    • workflowSchemeId

      protected String workflowSchemeId
      The ID of the workflow scheme. If the workflow scheme ID is null, the operation assigns the default workflow scheme.
  • Constructor Details

    • WorkflowSchemeProjectAssociation

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

      @Internal public WorkflowSchemeProjectAssociation(String projectId, String workflowSchemeId)
      Constructs a validated instance of WorkflowSchemeProjectAssociation.

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

      Parameters:
      projectId - The ID of the project.
      workflowSchemeId - The ID of the workflow scheme. If the workflow scheme ID is null, the operation assigns the default workflow scheme.
    • WorkflowSchemeProjectAssociation

      protected WorkflowSchemeProjectAssociation()
  • Method Details