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 Details

    • JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_IDS

      public static final String JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_IDS
      See Also:
    • JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY

      public static final String JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY
      See Also:
    • JSON_PROPERTY_DELETE_REASON

      public static final String JSON_PROPERTY_DELETE_REASON
      See Also:
    • JSON_PROPERTY_FAIL_IF_NOT_EXISTS

      public static final String 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

      @Nullable public List<String> getHistoricProcessInstanceIds()
      A list historic process instance ids to delete.
      Returns:
      historicProcessInstanceIds
    • getHistoricProcessInstanceIds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getHistoricProcessInstanceIds_JsonNullable()
    • setHistoricProcessInstanceIds_JsonNullable

      public void setHistoricProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> historicProcessInstanceIds)
    • setHistoricProcessInstanceIds

      public void setHistoricProcessInstanceIds(List<String> historicProcessInstanceIds)
    • historicProcessInstanceQuery

      public DeleteHistoricProcessInstancesDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
    • getHistoricProcessInstanceQuery

      @Nullable public HistoricProcessInstanceQueryDto getHistoricProcessInstanceQuery()
      Get historicProcessInstanceQuery
      Returns:
      historicProcessInstanceQuery
    • setHistoricProcessInstanceQuery

      public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
    • deleteReason

      public DeleteHistoricProcessInstancesDto deleteReason(String deleteReason)
    • getDeleteReason

      @Nullable public String getDeleteReason()
      A string with delete reason.
      Returns:
      deleteReason
    • getDeleteReason_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeleteReason_JsonNullable()
    • setDeleteReason_JsonNullable

      public void setDeleteReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deleteReason)
    • setDeleteReason

      public void setDeleteReason(String deleteReason)
    • failIfNotExists

      public DeleteHistoricProcessInstancesDto failIfNotExists(Boolean failIfNotExists)
    • getFailIfNotExists

      @Nullable public Boolean 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

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getFailIfNotExists_JsonNullable()
    • setFailIfNotExists_JsonNullable

      public void setFailIfNotExists_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> failIfNotExists)
    • setFailIfNotExists

      public void setFailIfNotExists(Boolean failIfNotExists)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string