Package io.camunda.client.protocol.rest
Class BatchOperationFilter
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationFilter
extends Object
Batch operation 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 type of the batch operation.getState()The state of the batch operation.inthashCode()operationType(BatchOperationTypeFilterProperty operationType) voidsetBatchOperationKey(BasicStringFilterProperty batchOperationKey) voidsetOperationType(BatchOperationTypeFilterProperty operationType) 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_OPERATION_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
BatchOperationFilter
public BatchOperationFilter()
-
-
Method Details
-
batchOperationKey
public BatchOperationFilter batchOperationKey(@Nullable BasicStringFilterProperty batchOperationKey) -
getBatchOperationKey
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationKey
-
setBatchOperationKey
-
operationType
-
getOperationType
The type of the batch operation.- Returns:
- operationType
-
setOperationType
-
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
-