Class WorkflowRulesSearch
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRulesSearch
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRulesSearch
extends Object
WorkflowRulesSearch
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowRulesSearch(String expand, List<UUID> ruleIds, UUID workflowEntityId) Constructs a validated instance ofWorkflowRulesSearch.Constructs a validated instance ofWorkflowRulesSearch. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanexpand()Use expand to include additional information in the response.Use expand to include additional information in the response.inthashCode()ruleIds()The list of workflow rule IDs.The list of workflow rule IDs.toString()The workflow ID.workflowEntityId(UUID workflowEntityId) The workflow ID.
-
Field Details
-
expand
Use expand to include additional information in the response. This parameter acceptstransitionwhich, for each rule, returns information about the transition the rule is assigned to. -
ruleIds
The list of workflow rule IDs. -
workflowEntityId
The workflow ID.
-
-
Constructor Details
-
WorkflowRulesSearch
Constructs a validated instance ofWorkflowRulesSearch.- Parameters:
spec- the specification to process
-
WorkflowRulesSearch
Constructs a validated instance ofWorkflowRulesSearch.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowRulesSearch(Consumer)instead.- Parameters:
expand- Use expand to include additional information in the response. This parameter acceptstransitionwhich, for each rule, returns information about the transition the rule is assigned to.ruleIds- The list of workflow rule IDs.workflowEntityId- The workflow ID.
-
WorkflowRulesSearch
protected WorkflowRulesSearch()
-
-
Method Details
-
builder
-
expand
Use expand to include additional information in the response. This parameter acceptstransitionwhich, for each rule, returns information about the transition the rule is assigned to. -
ruleIds
The list of workflow rule IDs. -
workflowEntityId
The workflow ID. -
expand
Use expand to include additional information in the response. This parameter acceptstransitionwhich, for each rule, returns information about the transition the rule is assigned to.- Returns:
this.
-
ruleIds
The list of workflow rule IDs.- Returns:
this.
-
workflowEntityId
The workflow ID.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-