Package io.camunda.client.impl.response
Class CreateBatchOperationResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateBatchOperationResponseImpl
- All Implemented Interfaces:
CreateBatchOperationResponse
public class CreateBatchOperationResponseImpl
extends Object
implements CreateBatchOperationResponse
-
Constructor Summary
ConstructorsConstructorDescriptionCreateBatchOperationResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.BatchOperationCreatedResult grpcResponse) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CreateBatchOperationResponseImpl
-
CreateBatchOperationResponseImpl
public CreateBatchOperationResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.BatchOperationCreatedResult grpcResponse)
-
-
Method Details
-
getBatchOperationKey
- Specified by:
getBatchOperationKeyin interfaceCreateBatchOperationResponse- Returns:
- the unique key of the batch operation that was created.
-
getBatchOperationType
- Specified by:
getBatchOperationTypein interfaceCreateBatchOperationResponse- Returns:
- the type of the batch operation that was created.
-