Class WorkflowRulesSearchDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRulesSearchDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRulesSearchDetails
extends Object
WorkflowRulesSearchDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionList 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowRulesSearchDetails.WorkflowRulesSearchDetails(List<UUID> invalidRules, List<WorkflowTransitionRules> validRules, UUID workflowEntityId) Constructs a validated instance ofWorkflowRulesSearchDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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.
-
Field Details
-
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.
-
-
Constructor Details
-
WorkflowRulesSearchDetails
Constructs a validated instance ofWorkflowRulesSearchDetails.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
validRules
List of valid workflow transition rules.- Returns:
this.
-
workflowEntityId
The workflow ID.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-