Package io.camunda.client.protocol.rest
Class JobBatchUpdateRequest
java.lang.Object
io.camunda.client.protocol.rest.JobBatchUpdateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobBatchUpdateRequest
extends Object
The filter and changeset for a batch job update operation. The filter defines which jobs are updated; the changeset defines what to update. At least one changeset field must be non-null.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeset(JobChangeset changeset) booleanThe fields to update.The job filter.A reference key chosen by the user that will be part of all records resulting from this operation.inthashCode()operationReference(Long operationReference) voidsetChangeset(JobChangeset changeset) voidvoidsetOperationReference(Long operationReference) toString()
-
Field Details
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_CHANGESET
- See Also:
-
JSON_PROPERTY_OPERATION_REFERENCE
- See Also:
-
-
Constructor Details
-
JobBatchUpdateRequest
public JobBatchUpdateRequest()
-
-
Method Details
-
filter
-
getFilter
The job filter. At least one dimension must be set.- Returns:
- filter
-
setFilter
-
changeset
-
getChangeset
The fields to update. At least one field must be non-null.- Returns:
- changeset
-
setChangeset
-
operationReference
-
getOperationReference
A reference key chosen by the user that will be part of all records resulting from this operation. Must be > 0 if provided. minimum: 1- Returns:
- operationReference
-
setOperationReference
-
equals
-
hashCode
public int hashCode() -
toString
-