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-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationFilter
extends Object
Batch operation 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.Get operationTypegetState()The state of the batch operation.inthashCode()operationType(BatchOperationTypeEnum operationType) voidsetBatchOperationId(String batchOperationId) voidsetOperationType(BatchOperationTypeEnum 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_ID
- See Also:
-
JSON_PROPERTY_OPERATION_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
BatchOperationFilter
public BatchOperationFilter()
-
-
Method Details
-
batchOperationId
-
getBatchOperationId
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationId
-
setBatchOperationId
-
operationType
-
getOperationType
Get operationType- 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
-