Class WorkflowSchemeUpdateRequiredMappingsRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeUpdateRequiredMappingsRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeUpdateRequiredMappingsRequest
extends Object
WorkflowSchemeUpdateRequiredMappingsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the new default workflow for this workflow scheme.protected StringThe ID of the workflow scheme.protected List<WorkflowSchemeAssociation>The new workflow to issue type mappings for this workflow scheme. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowSchemeUpdateRequiredMappingsRequest(String defaultWorkflowId, String id, List<WorkflowSchemeAssociation> workflowsForIssueTypes) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequest(Consumer<WorkflowSchemeUpdateRequiredMappingsRequest> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest. -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilderbuilder()protected booleanThe ID of the new default workflow for this workflow scheme.defaultWorkflowId(String defaultWorkflowId) The ID of the new default workflow for this workflow scheme.booleaninthashCode()id()The ID of the workflow scheme.The ID of the workflow scheme.toString()The new workflow to issue type mappings for this workflow scheme.workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.
-
Field Details
-
defaultWorkflowId
The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to *Jira Workflow (jira)*. -
id
The ID of the workflow scheme. -
workflowsForIssueTypes
The new workflow to issue type mappings for this workflow scheme.
-
-
Constructor Details
-
WorkflowSchemeUpdateRequiredMappingsRequest
public WorkflowSchemeUpdateRequiredMappingsRequest(Consumer<WorkflowSchemeUpdateRequiredMappingsRequest> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest.- Parameters:
spec- the specification to process
-
WorkflowSchemeUpdateRequiredMappingsRequest
@Internal public WorkflowSchemeUpdateRequiredMappingsRequest(String defaultWorkflowId, String id, List<WorkflowSchemeAssociation> workflowsForIssueTypes) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeUpdateRequiredMappingsRequest(Consumer)instead.- Parameters:
defaultWorkflowId- The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to *Jira Workflow (jira)*.id- The ID of the workflow scheme.workflowsForIssueTypes- The new workflow to issue type mappings for this workflow scheme.
-
WorkflowSchemeUpdateRequiredMappingsRequest
protected WorkflowSchemeUpdateRequiredMappingsRequest()
-
-
Method Details
-
builder
public static WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder builder() -
defaultWorkflowId
The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to *Jira Workflow (jira)*. -
id
The ID of the workflow scheme. -
workflowsForIssueTypes
The new workflow to issue type mappings for this workflow scheme. -
defaultWorkflowId
The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to *Jira Workflow (jira)*.- Returns:
this.
-
id
The ID of the workflow scheme.- Returns:
this.
-
workflowsForIssueTypes
public WorkflowSchemeUpdateRequiredMappingsRequest workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-