Package io.camunda.client.api.response
Interface DeleteResourceResponse
- All Known Implementing Classes:
DeleteResourceResponseGrcpImpl,DeleteResourceResponseRestImpl
public interface DeleteResourceResponse
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getResourceKey
String getResourceKey()- Returns:
- the key of the deleted resource.
-
getCreateBatchOperationResponse
CreateBatchOperationResponse getCreateBatchOperationResponse()- Returns:
- the result of the batch operation created to delete the resource history, if requested.
-