Klasse WorkflowRulesSearchDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRulesSearchDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRulesSearchDetails
extends Object
WorkflowRulesSearchDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of workflow rule IDs that do not belong to the workflow or can not be found.protected List<WorkflowTransitionRules>List of valid workflow transition rules.protected UUIDThe workflow ID. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowRulesSearchDetails.WorkflowRulesSearchDetails(List<UUID> invalidRules, List<WorkflowTransitionRules> validRules, UUID workflowEntityId) Constructs a validated instance ofWorkflowRulesSearchDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()List of workflow rule IDs that do not belong to the workflow or can not be found.invalidRules(List<UUID> invalidRules) List of workflow rule IDs that do not belong to the workflow or can not be found.toString()List of valid workflow transition rules.validRules(List<WorkflowTransitionRules> validRules) List of valid workflow transition rules.The workflow ID.workflowEntityId(UUID workflowEntityId) The workflow ID.
-
Felddetails
-
invalidRules
List of workflow rule IDs that do not belong to the workflow or can not be found. -
validRules
List of valid workflow transition rules. -
workflowEntityId
The workflow ID.
-
-
Konstruktordetails
-
WorkflowRulesSearchDetails
Constructs a validated instance ofWorkflowRulesSearchDetails.- Parameter:
spec- the specification to process
-
WorkflowRulesSearchDetails
@Internal public WorkflowRulesSearchDetails(List<UUID> invalidRules, List<WorkflowTransitionRules> validRules, UUID workflowEntityId) Constructs a validated instance ofWorkflowRulesSearchDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowRulesSearchDetails(Consumer)instead.- Parameter:
invalidRules- List of workflow rule IDs that do not belong to the workflow or can not be found.validRules- List of valid workflow transition rules.workflowEntityId- The workflow ID.
-
WorkflowRulesSearchDetails
protected WorkflowRulesSearchDetails()
-
-
Methodendetails
-
builder
-
invalidRules
List of workflow rule IDs that do not belong to the workflow or can not be found. -
validRules
List of valid workflow transition rules. -
workflowEntityId
The workflow ID. -
invalidRules
List of workflow rule IDs that do not belong to the workflow or can not be found.- Gibt zurück:
this.
-
validRules
List of valid workflow transition rules.- Gibt zurück:
this.
-
workflowEntityId
The workflow ID.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-