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-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationItemFilter
extends Object
Batch operation item filter request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationKey(BasicStringFilterProperty batchOperationKey) 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()itemKey(BasicStringFilterProperty itemKey) processInstanceKey(BasicStringFilterProperty processInstanceKey) voidsetBatchOperationKey(BasicStringFilterProperty batchOperationKey) voidsetItemKey(BasicStringFilterProperty itemKey) voidsetProcessInstanceKey(BasicStringFilterProperty 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_KEY
- 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
-
batchOperationKey
public BatchOperationItemFilter batchOperationKey(@Nullable BasicStringFilterProperty batchOperationKey) -
getBatchOperationKey
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationKey
-
setBatchOperationKey
-
itemKey
-
getItemKey
The key of the item, e.g. a process instance key.- Returns:
- itemKey
-
setItemKey
-
processInstanceKey
public BatchOperationItemFilter processInstanceKey(@Nullable BasicStringFilterProperty 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
-