Class SetRemovalTimeToHistoricDecisionInstancesDto
java.lang.Object
org.camunda.community.rest.client.dto.SetRemovalTimeToHistoricDecisionInstancesDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SetRemovalTimeToHistoricDecisionInstancesDto
extends Object
SetRemovalTimeToHistoricDecisionInstancesDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsoluteRemovalTime(OffsetDateTime absoluteRemovalTime) addHistoricDecisionInstanceIdsItem(String historicDecisionInstanceIdsItem) 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>Sets the removal time to all historic decision instances in the hierarchy.org.openapitools.jackson.nullable.JsonNullable<Boolean>The ids of the historic decision instances to set the removal time for.Get historicDecisionInstanceQueryinthashCode()hierarchical(Boolean hierarchical) historicDecisionInstanceIds(List<String> historicDecisionInstanceIds) historicDecisionInstanceQuery(HistoricDecisionInstanceQueryDto historicDecisionInstanceQuery) 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) voidsetHierarchical(Boolean hierarchical) voidsetHierarchical_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> hierarchical) voidsetHistoricDecisionInstanceIds(List<String> historicDecisionInstanceIds) voidsetHistoricDecisionInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> historicDecisionInstanceIds) voidsetHistoricDecisionInstanceQuery(HistoricDecisionInstanceQueryDto historicDecisionInstanceQuery) 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_HIERARCHICAL
- See Also:
-
JSON_PROPERTY_HISTORIC_DECISION_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_HISTORIC_DECISION_INSTANCE_IDS
- See Also:
-
-
Constructor Details
-
SetRemovalTimeToHistoricDecisionInstancesDto
public SetRemovalTimeToHistoricDecisionInstancesDto()
-
-
Method Details
-
absoluteRemovalTime
public SetRemovalTimeToHistoricDecisionInstancesDto absoluteRemovalTime(OffsetDateTime 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
public SetRemovalTimeToHistoricDecisionInstancesDto calculatedRemovalTime(Boolean 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
-
hierarchical
-
getHierarchical
Sets the removal time to all historic decision instances in the hierarchy. Value may only be `true`, as `false` is the default behavior.- Returns:
- hierarchical
-
getHierarchical_JsonNullable
-
setHierarchical_JsonNullable
public void setHierarchical_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> hierarchical) -
setHierarchical
-
historicDecisionInstanceQuery
public SetRemovalTimeToHistoricDecisionInstancesDto historicDecisionInstanceQuery(HistoricDecisionInstanceQueryDto historicDecisionInstanceQuery) -
getHistoricDecisionInstanceQuery
Get historicDecisionInstanceQuery- Returns:
- historicDecisionInstanceQuery
-
setHistoricDecisionInstanceQuery
public void setHistoricDecisionInstanceQuery(HistoricDecisionInstanceQueryDto historicDecisionInstanceQuery) -
historicDecisionInstanceIds
public SetRemovalTimeToHistoricDecisionInstancesDto historicDecisionInstanceIds(List<String> historicDecisionInstanceIds) -
addHistoricDecisionInstanceIdsItem
public SetRemovalTimeToHistoricDecisionInstancesDto addHistoricDecisionInstanceIdsItem(String historicDecisionInstanceIdsItem) -
getHistoricDecisionInstanceIds
The ids of the historic decision instances to set the removal time for.- Returns:
- historicDecisionInstanceIds
-
getHistoricDecisionInstanceIds_JsonNullable
-
setHistoricDecisionInstanceIds_JsonNullable
-
setHistoricDecisionInstanceIds
-
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
-