Class DeleteHistoricProcessInstancesDto
java.lang.Object
org.camunda.community.rest.client.dto.DeleteHistoricProcessInstancesDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class DeleteHistoricProcessInstancesDto
extends Object
DeleteHistoricProcessInstancesDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHistoricProcessInstanceIdsItem(String historicProcessInstanceIdsItem) deleteReason(String deleteReason) booleanfailIfNotExists(Boolean failIfNotExists) A string with delete reason.org.openapitools.jackson.nullable.JsonNullable<String>If set to `false`, the request will still be successful if one ore more of the process ids are not found.org.openapitools.jackson.nullable.JsonNullable<Boolean>A list historic process instance ids to delete.Get historicProcessInstanceQueryinthashCode()historicProcessInstanceIds(List<String> historicProcessInstanceIds) historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) voidsetDeleteReason(String deleteReason) voidsetDeleteReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deleteReason) voidsetFailIfNotExists(Boolean failIfNotExists) voidsetFailIfNotExists_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> failIfNotExists) voidsetHistoricProcessInstanceIds(List<String> historicProcessInstanceIds) voidsetHistoricProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> historicProcessInstanceIds) voidsetHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_IDS
- See Also:
-
JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_DELETE_REASON
- See Also:
-
JSON_PROPERTY_FAIL_IF_NOT_EXISTS
- See Also:
-
-
Constructor Details
-
DeleteHistoricProcessInstancesDto
public DeleteHistoricProcessInstancesDto()
-
-
Method Details
-
historicProcessInstanceIds
public DeleteHistoricProcessInstancesDto historicProcessInstanceIds(List<String> historicProcessInstanceIds) -
addHistoricProcessInstanceIdsItem
public DeleteHistoricProcessInstancesDto addHistoricProcessInstanceIdsItem(String historicProcessInstanceIdsItem) -
getHistoricProcessInstanceIds
A list historic process instance ids to delete.- Returns:
- historicProcessInstanceIds
-
getHistoricProcessInstanceIds_JsonNullable
-
setHistoricProcessInstanceIds_JsonNullable
-
setHistoricProcessInstanceIds
-
historicProcessInstanceQuery
public DeleteHistoricProcessInstancesDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
getHistoricProcessInstanceQuery
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
deleteReason
-
getDeleteReason
A string with delete reason.- Returns:
- deleteReason
-
getDeleteReason_JsonNullable
-
setDeleteReason_JsonNullable
public void setDeleteReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deleteReason) -
setDeleteReason
-
failIfNotExists
-
getFailIfNotExists
If set to `false`, the request will still be successful if one ore more of the process ids are not found.- Returns:
- failIfNotExists
-
getFailIfNotExists_JsonNullable
-
setFailIfNotExists_JsonNullable
public void setFailIfNotExists_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> failIfNotExists) -
setFailIfNotExists
-
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
-