Package io.camunda.client.protocol.rest
Class DeleteResourceResponse
java.lang.Object
io.camunda.client.protocol.rest.DeleteResourceResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DeleteResourceResponse
extends Object
DeleteResourceResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperation(BatchOperationCreatedResult batchOperation) booleanThe batch operation created for asynchronously deleting the historic data.The system-assigned key for this resource, requested to be deleted.inthashCode()resourceKey(String resourceKey) voidsetBatchOperation(BatchOperationCreatedResult batchOperation) voidsetResourceKey(String resourceKey) toString()
-
Field Details
-
JSON_PROPERTY_RESOURCE_KEY
- See Also:
-
JSON_PROPERTY_BATCH_OPERATION
- See Also:
-
-
Constructor Details
-
DeleteResourceResponse
public DeleteResourceResponse()
-
-
Method Details
-
resourceKey
-
getResourceKey
The system-assigned key for this resource, requested to be deleted.- Returns:
- resourceKey
-
setResourceKey
-
batchOperation
-
getBatchOperation
The batch operation created for asynchronously deleting the historic data. This field is only populated when the request `deleteHistory` is set to `true` and the resource is a process definition. For other resource types (decisions, forms, generic resources), this field will be `null`.- Returns:
- batchOperation
-
setBatchOperation
-
equals
-
hashCode
public int hashCode() -
toString
-