Klasse WorkflowSchemeUpdateRequiredMappingsResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeUpdateRequiredMappingsResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeUpdateRequiredMappingsResponse
extends Object
WorkflowSchemeUpdateRequiredMappingsResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Set<StatusMetadata>The details of the statuses in the associated workflows.protected Set<StatusesPerWorkflow>The statuses associated with each workflow.protected Set<RequiredMappingByIssueType>The list of required status mappings by issue type.protected Set<RequiredMappingByWorkflows>The list of required status mappings by workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowSchemeUpdateRequiredMappingsResponse(Consumer<WorkflowSchemeUpdateRequiredMappingsResponse> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponse(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes, Set<RequiredMappingByWorkflows> statusMappingsByWorkflows, Set<StatusMetadata> statuses, Set<StatusesPerWorkflow> statusesPerWorkflow) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilderbuilder()protected booleanbooleaninthashCode()statuses()The details of the statuses in the associated workflows.statuses(Set<StatusMetadata> statuses) The details of the statuses in the associated workflows.The statuses associated with each workflow.statusesPerWorkflow(Set<StatusesPerWorkflow> statusesPerWorkflow) The statuses associated with each workflow.The list of required status mappings by issue type.statusMappingsByIssueTypes(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes) The list of required status mappings by issue type.The list of required status mappings by workflow.statusMappingsByWorkflows(Set<RequiredMappingByWorkflows> statusMappingsByWorkflows) The list of required status mappings by workflow.toString()
-
Felddetails
-
statusMappingsByIssueTypes
The list of required status mappings by issue type. -
statusMappingsByWorkflows
The list of required status mappings by workflow. -
statuses
The details of the statuses in the associated workflows. -
statusesPerWorkflow
The statuses associated with each workflow.
-
-
Konstruktordetails
-
WorkflowSchemeUpdateRequiredMappingsResponse
public WorkflowSchemeUpdateRequiredMappingsResponse(Consumer<WorkflowSchemeUpdateRequiredMappingsResponse> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsResponse.- Parameter:
spec- the specification to process
-
WorkflowSchemeUpdateRequiredMappingsResponse
@Internal public WorkflowSchemeUpdateRequiredMappingsResponse(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes, Set<RequiredMappingByWorkflows> statusMappingsByWorkflows, Set<StatusMetadata> statuses, Set<StatusesPerWorkflow> statusesPerWorkflow) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeUpdateRequiredMappingsResponse(Consumer)instead.- Parameter:
statusMappingsByIssueTypes- The list of required status mappings by issue type.statusMappingsByWorkflows- The list of required status mappings by workflow.statuses- The details of the statuses in the associated workflows.statusesPerWorkflow- The statuses associated with each workflow.
-
WorkflowSchemeUpdateRequiredMappingsResponse
protected WorkflowSchemeUpdateRequiredMappingsResponse()
-
-
Methodendetails
-
builder
public static WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder builder() -
statusMappingsByIssueTypes
The list of required status mappings by issue type. -
statusMappingsByWorkflows
The list of required status mappings by workflow. -
statuses
The details of the statuses in the associated workflows. -
statusesPerWorkflow
The statuses associated with each workflow. -
statusMappingsByIssueTypes
public WorkflowSchemeUpdateRequiredMappingsResponse statusMappingsByIssueTypes(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes) The list of required status mappings by issue type.- Gibt zurück:
this.
-
statusMappingsByWorkflows
public WorkflowSchemeUpdateRequiredMappingsResponse statusMappingsByWorkflows(Set<RequiredMappingByWorkflows> statusMappingsByWorkflows) The list of required status mappings by workflow.- Gibt zurück:
this.
-
statuses
The details of the statuses in the associated workflows.- Gibt zurück:
this.
-
statusesPerWorkflow
public WorkflowSchemeUpdateRequiredMappingsResponse statusesPerWorkflow(Set<StatusesPerWorkflow> statusesPerWorkflow) The statuses associated with each workflow.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-