Klasse WorkflowRulesSearch
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowRulesSearch
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRulesSearch
extends Object
WorkflowRulesSearch
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowRulesSearch
(String expand, List<UUID> ruleIds, UUID workflowEntityId) Constructs a validated instance ofWorkflowRulesSearch
.Constructs a validated instance ofWorkflowRulesSearch
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
expand()
Use expand to include additional information in the response.Use expand to include additional information in the response.int
hashCode()
ruleIds()
The list of workflow rule IDs.The list of workflow rule IDs.toString()
The workflow ID.workflowEntityId
(UUID workflowEntityId) The workflow ID.
-
Felddetails
-
expand
Use expand to include additional information in the response. This parameter acceptstransition
which, for each rule, returns information about the transition the rule is assigned to. -
ruleIds
The list of workflow rule IDs. -
workflowEntityId
The workflow ID.
-
-
Konstruktordetails
-
WorkflowRulesSearch
Constructs a validated instance ofWorkflowRulesSearch
.- Parameter:
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.- Parameter:
expand
- Use expand to include additional information in the response. This parameter acceptstransition
which, 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()
-
-
Methodendetails
-
builder
-
expand
Use expand to include additional information in the response. This parameter acceptstransition
which, 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 acceptstransition
which, for each rule, returns information about the transition the rule is assigned to.- Gibt zurück:
this
.
-
ruleIds
The list of workflow rule IDs.- Gibt zurück:
this
.
-
workflowEntityId
The workflow ID.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-