Class WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder
- Enclosing class:
- WorkflowRulesSearchDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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.
-
Method Details
-
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.- Returns:
this.
-
validRules
public WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder validRules(List<WorkflowTransitionRules> validRules) List of valid workflow transition rules.- Returns:
this.
-
workflowEntityId
public WorkflowRulesSearchDetails.WorkflowRulesSearchDetailsBuilder workflowEntityId(UUID workflowEntityId) The workflow ID.- Returns:
this.
-
build
-
toString
-