Package io.camunda.client.protocol.rest
Class BatchOperationItemFilter
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationItemFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationItemFilter
extends Object
Batch operation item filter request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the batch operation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationId(String batchOperationId) booleanThe key (or operate legacy ID) of the batch operation.The key of the item, e.g. a process instance key.The process instance key of the processed item.getState()The state of the batch operation.inthashCode()processInstanceKey(String processInstanceKey) voidsetBatchOperationId(String batchOperationId) voidsetItemKey(String itemKey) voidsetProcessInstanceKey(String processInstanceKey) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BATCH_OPERATION_ID
- See Also:
-
JSON_PROPERTY_ITEM_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
BatchOperationItemFilter
public BatchOperationItemFilter()
-
-
Method Details
-
batchOperationId
-
getBatchOperationId
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationId
-
setBatchOperationId
-
itemKey
-
getItemKey
The key of the item, e.g. a process instance key.- Returns:
- itemKey
-
setItemKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key of the processed item.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
state
-
getState
The state of the batch operation.- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-