Klasse WorkflowSchemeUpdateRequiredMappingsRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeUpdateRequiredMappingsRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeUpdateRequiredMappingsRequest
extends Object
WorkflowSchemeUpdateRequiredMappingsRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the new default workflow for this workflow scheme.protected String
The ID of the workflow scheme.protected List<WorkflowSchemeAssociation>
The new workflow to issue type mappings for this workflow scheme. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowSchemeUpdateRequiredMappingsRequest
(String defaultWorkflowId, String id, List<WorkflowSchemeAssociation> workflowsForIssueTypes) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest
.WorkflowSchemeUpdateRequiredMappingsRequest
(Consumer<WorkflowSchemeUpdateRequiredMappingsRequest> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
builder()
protected boolean
The ID of the new default workflow for this workflow scheme.defaultWorkflowId
(String defaultWorkflowId) The ID of the new default workflow for this workflow scheme.boolean
int
hashCode()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
WorkflowSchemeUpdateRequiredMappingsRequest
public WorkflowSchemeUpdateRequiredMappingsRequest(Consumer<WorkflowSchemeUpdateRequiredMappingsRequest> spec) Constructs a validated instance ofWorkflowSchemeUpdateRequiredMappingsRequest
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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)*.- Gibt zurück:
this
.
-
id
The ID of the workflow scheme.- Gibt zurück:
this
.
-
workflowsForIssueTypes
public WorkflowSchemeUpdateRequiredMappingsRequest workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-