Class WorkflowSchemeUpdateRequiredMappingsResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeUpdateRequiredMappingsResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeUpdateRequiredMappingsResponse
extends Object
WorkflowSchemeUpdateRequiredMappingsResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowSchemeUpdateRequiredMappingsResponse(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. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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()
-
Field Details
-
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.
-
-
Constructor Details
-
WorkflowSchemeUpdateRequiredMappingsResponse
public WorkflowSchemeUpdateRequiredMappingsResponse(Consumer<WorkflowSchemeUpdateRequiredMappingsResponse> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsResponse.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
statusMappingsByWorkflows
public WorkflowSchemeUpdateRequiredMappingsResponse statusMappingsByWorkflows(Set<RequiredMappingByWorkflows> statusMappingsByWorkflows) The list of required status mappings by workflow.- Returns:
this.
-
statuses
The details of the statuses in the associated workflows.- Returns:
this.
-
statusesPerWorkflow
public WorkflowSchemeUpdateRequiredMappingsResponse statusesPerWorkflow(Set<StatusesPerWorkflow> statusesPerWorkflow) The statuses associated with each workflow.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-