Klasse WorkflowAssociationStatusMapping

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

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

    • newStatusId

      protected String newStatusId
      The ID of the status in the new workflow.
    • oldStatusId

      protected String oldStatusId
      The ID of the status in the old workflow that isn't present in the new workflow.
  • Konstruktordetails

    • WorkflowAssociationStatusMapping

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

      @Internal public WorkflowAssociationStatusMapping(String newStatusId, String oldStatusId)
      Constructs a validated instance of WorkflowAssociationStatusMapping.

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

      Parameter:
      newStatusId - The ID of the status in the new workflow.
      oldStatusId - The ID of the status in the old workflow that isn't present in the new workflow.
    • WorkflowAssociationStatusMapping

      protected WorkflowAssociationStatusMapping()
  • Methodendetails