Class SetRemovalTimeToHistoricBatchesDto
java.lang.Object
org.camunda.community.rest.client.dto.SetRemovalTimeToHistoricBatchesDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SetRemovalTimeToHistoricBatchesDto
extends Object
SetRemovalTimeToHistoricBatchesDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsoluteRemovalTime(OffsetDateTime absoluteRemovalTime) addHistoricBatchIdsItem(String historicBatchIdsItem) calculatedRemovalTime(Boolean calculatedRemovalTime) clearedRemovalTime(Boolean clearedRemovalTime) booleanThe date for which the instances shall be removed.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The removal time is calculated based on the engine's configuration settings.org.openapitools.jackson.nullable.JsonNullable<Boolean>Sets the removal time to `null`.org.openapitools.jackson.nullable.JsonNullable<Boolean>The ids of the historic batches to set the removal time for.Query for the historic batches to set the removal time for.org.openapitools.jackson.nullable.JsonNullable<Object>inthashCode()historicBatchIds(List<String> historicBatchIds) historicBatchQuery(Object historicBatchQuery) voidsetAbsoluteRemovalTime(OffsetDateTime absoluteRemovalTime) voidsetAbsoluteRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> absoluteRemovalTime) voidsetCalculatedRemovalTime(Boolean calculatedRemovalTime) voidsetCalculatedRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> calculatedRemovalTime) voidsetClearedRemovalTime(Boolean clearedRemovalTime) voidsetClearedRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> clearedRemovalTime) voidsetHistoricBatchIds(List<String> historicBatchIds) voidsetHistoricBatchIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> historicBatchIds) voidsetHistoricBatchQuery(Object historicBatchQuery) voidsetHistoricBatchQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> historicBatchQuery) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ABSOLUTE_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_CLEARED_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_CALCULATED_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_HISTORIC_BATCH_QUERY
- See Also:
-
JSON_PROPERTY_HISTORIC_BATCH_IDS
- See Also:
-
-
Constructor Details
-
SetRemovalTimeToHistoricBatchesDto
public SetRemovalTimeToHistoricBatchesDto()
-
-
Method Details
-
absoluteRemovalTime
-
getAbsoluteRemovalTime
The date for which the instances shall be removed. Value may not be `null`. **Note:** Cannot be set in conjunction with `clearedRemovalTime` or `calculatedRemovalTime`.- Returns:
- absoluteRemovalTime
-
getAbsoluteRemovalTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getAbsoluteRemovalTime_JsonNullable() -
setAbsoluteRemovalTime_JsonNullable
public void setAbsoluteRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> absoluteRemovalTime) -
setAbsoluteRemovalTime
-
clearedRemovalTime
-
getClearedRemovalTime
Sets the removal time to `null`. Value may only be `true`, as `false` is the default behavior. **Note:** Cannot be set in conjunction with `absoluteRemovalTime` or `calculatedRemovalTime`.- Returns:
- clearedRemovalTime
-
getClearedRemovalTime_JsonNullable
-
setClearedRemovalTime_JsonNullable
public void setClearedRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> clearedRemovalTime) -
setClearedRemovalTime
-
calculatedRemovalTime
-
getCalculatedRemovalTime
The removal time is calculated based on the engine's configuration settings. Value may only be `true`, as `false` is the default behavior. **Note:** Cannot be set in conjunction with `absoluteRemovalTime` or `clearedRemovalTime`.- Returns:
- calculatedRemovalTime
-
getCalculatedRemovalTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getCalculatedRemovalTime_JsonNullable() -
setCalculatedRemovalTime_JsonNullable
public void setCalculatedRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> calculatedRemovalTime) -
setCalculatedRemovalTime
-
historicBatchQuery
-
getHistoricBatchQuery
Query for the historic batches to set the removal time for.- Returns:
- historicBatchQuery
-
getHistoricBatchQuery_JsonNullable
-
setHistoricBatchQuery_JsonNullable
public void setHistoricBatchQuery_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> historicBatchQuery) -
setHistoricBatchQuery
-
historicBatchIds
-
addHistoricBatchIdsItem
-
getHistoricBatchIds
The ids of the historic batches to set the removal time for.- Returns:
- historicBatchIds
-
getHistoricBatchIds_JsonNullable
-
setHistoricBatchIds_JsonNullable
-
setHistoricBatchIds
-
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
-