Package org.openapitools.client.model
Class SetRemovalTimeToHistoricDecisionInstancesDto
- java.lang.Object
-
- org.openapitools.client.model.SetRemovalTimeToHistoricDecisionInstancesDto
-
public class SetRemovalTimeToHistoricDecisionInstancesDto extends Object
SetRemovalTimeToHistoricDecisionInstancesDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ABSOLUTE_REMOVAL_TIMEstatic StringSERIALIZED_NAME_CALCULATED_REMOVAL_TIMEstatic StringSERIALIZED_NAME_CLEARED_REMOVAL_TIMEstatic StringSERIALIZED_NAME_HIERARCHICALstatic StringSERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_IDSstatic StringSERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_QUERY
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeToHistoricDecisionInstancesDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_HIERARCHICAL
public static final String SERIALIZED_NAME_HIERARCHICAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_QUERY
public static final String SERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_IDS
public static final String SERIALIZED_NAME_HISTORIC_DECISION_INSTANCE_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ABSOLUTE_REMOVAL_TIME
public static final String SERIALIZED_NAME_ABSOLUTE_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLEARED_REMOVAL_TIME
public static final String SERIALIZED_NAME_CLEARED_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CALCULATED_REMOVAL_TIME
public static final String SERIALIZED_NAME_CALCULATED_REMOVAL_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
hierarchical
public SetRemovalTimeToHistoricDecisionInstancesDto hierarchical(Boolean hierarchical)
-
getHierarchical
public Boolean 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
-
setHierarchical
public void setHierarchical(Boolean hierarchical)
-
historicDecisionInstanceQuery
public SetRemovalTimeToHistoricDecisionInstancesDto historicDecisionInstanceQuery(HistoricDecisionInstanceQueryDto historicDecisionInstanceQuery)
-
getHistoricDecisionInstanceQuery
public HistoricDecisionInstanceQueryDto 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
public List<String> getHistoricDecisionInstanceIds()
The ids of the historic decision instances to set the removal time for.- Returns:
- historicDecisionInstanceIds
-
setHistoricDecisionInstanceIds
public void setHistoricDecisionInstanceIds(List<String> historicDecisionInstanceIds)
-
absoluteRemovalTime
public SetRemovalTimeToHistoricDecisionInstancesDto absoluteRemovalTime(Date absoluteRemovalTime)
-
getAbsoluteRemovalTime
public Date 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
-
setAbsoluteRemovalTime
public void setAbsoluteRemovalTime(Date absoluteRemovalTime)
-
clearedRemovalTime
public SetRemovalTimeToHistoricDecisionInstancesDto clearedRemovalTime(Boolean clearedRemovalTime)
-
getClearedRemovalTime
public Boolean 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
-
setClearedRemovalTime
public void setClearedRemovalTime(Boolean clearedRemovalTime)
-
calculatedRemovalTime
public SetRemovalTimeToHistoricDecisionInstancesDto calculatedRemovalTime(Boolean calculatedRemovalTime)
-
getCalculatedRemovalTime
public Boolean 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
-
setCalculatedRemovalTime
public void setCalculatedRemovalTime(Boolean calculatedRemovalTime)
-
-