Class WorkflowOperations
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowOperations
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowOperations
extends Object
WorkflowOperations
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowOperations
(Boolean canDelete, Boolean canEdit) Constructs a validated instance ofWorkflowOperations
.Constructs a validated instance ofWorkflowOperations
. -
Method Summary
-
Field Details
-
canDelete
Whether the workflow can be deleted. -
canEdit
Whether the workflow can be updated.
-
-
Constructor Details
-
WorkflowOperations
Constructs a validated instance ofWorkflowOperations
.- Parameters:
spec
- the specification to process
-
WorkflowOperations
Constructs a validated instance ofWorkflowOperations
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowOperations(Consumer)
instead.- Parameters:
canDelete
- Whether the workflow can be deleted.canEdit
- Whether the workflow can be updated.
-
WorkflowOperations
protected WorkflowOperations()
-
-
Method Details
-
builder
-
canDelete
Whether the workflow can be deleted. -
canEdit
Whether the workflow can be updated. -
canDelete
Whether the workflow can be deleted.- Returns:
this
.
-
canEdit
Whether the workflow can be updated.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-