Class UpdateWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateWorkflowsOperationSpec
extends Object
UpdateWorkflowsSpec
Specification for the UpdateWorkflows operation.
Bulk update workflows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateWorkflowsOperationSpec
(WorkflowUpdateRequest workflowUpdateRequest, String expand) Constructs a validated instance ofUpdateWorkflowsOperationSpec
.Constructs a validated instance ofUpdateWorkflowsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowUpdateRequest
workflowUpdateRequest
(@NotNull WorkflowUpdateRequest workflowUpdateRequest)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
UpdateWorkflowsOperationSpec
Constructs a validated instance ofUpdateWorkflowsOperationSpec
.- Parameters:
spec
- the specification to process
-
UpdateWorkflowsOperationSpec
@Internal public UpdateWorkflowsOperationSpec(WorkflowUpdateRequest workflowUpdateRequest, String expand) Constructs a validated instance ofUpdateWorkflowsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowUpdateRequest
-expand
- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.
-
UpdateWorkflowsOperationSpec
protected UpdateWorkflowsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
workflowUpdateRequest
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with. -
workflowUpdateRequest
public UpdateWorkflowsOperationSpec workflowUpdateRequest(@NotNull @NotNull WorkflowUpdateRequest workflowUpdateRequest) - Returns:
this
.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-