Klasse WorkflowSchemeProjectAssociation

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

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

    • 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.
  • Konstruktordetails

    • WorkflowSchemeProjectAssociation

      public WorkflowSchemeProjectAssociation(Consumer<WorkflowSchemeProjectAssociation> spec)
      Constructs a validated instance of WorkflowSchemeProjectAssociation.
      Parameter:
      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.

      Parameter:
      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()
  • Methodendetails