Klasse WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder
- Umschließende Klasse:
WorkflowRulesSearchDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
invalidRules
(List<UUID> invalidRules) List of workflow rule IDs that do not belong to the workflow or can not be found.toString()
validRules
(List<WorkflowTransitionRules> validRules) List of valid workflow transition rules.workflowEntityId
(UUID workflowEntityId) The workflow ID.
-
Methodendetails
-
invalidRules
public WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder invalidRules(List<UUID> invalidRules) List of workflow rule IDs that do not belong to the workflow or can not be found.- Gibt zurück:
this
.
-
validRules
public WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder validRules(List<WorkflowTransitionRules> validRules) List of valid workflow transition rules.- Gibt zurück:
this
.
-
workflowEntityId
public WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder workflowEntityId(UUID workflowEntityId) The workflow ID.- Gibt zurück:
this
.
-
build
-
toString
-