Package io.camunda.client.api.response
Interface CreateBatchOperationResponse
- All Known Implementing Classes:
CreateBatchOperationResponseImpl
public interface CreateBatchOperationResponse
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBatchOperationKey
String getBatchOperationKey()- Returns:
- the unique key of the batch operation that was created.
-
getBatchOperationType
BatchOperationType getBatchOperationType()- Returns:
- the type of the batch operation that was created.
-