Klasse UpdateWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateWorkflowsOperationSpec
extends Object
UpdateWorkflowsSpec
Specification for the UpdateWorkflows operation.
Bulk update workflows
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateWorkflowsOperationSpec
(WorkflowUpdateRequest workflowUpdateRequest, String expand) Constructs a validated instance ofUpdateWorkflowsOperationSpec
.Constructs a validated instance ofUpdateWorkflowsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateWorkflowsOperationSpec
Constructs a validated instance ofUpdateWorkflowsOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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) - Gibt zurück:
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.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-