Class ProcessDefinitionSuspensionStateDto
java.lang.Object
org.camunda.community.rest.client.dto.ProcessDefinitionSuspensionStateDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProcessDefinitionSuspensionStateDto
extends Object
ProcessDefinitionSuspensionStateDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecutionDate(OffsetDateTime executionDate) The date on which all process definitions with the given key will be activated or suspended.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>A `Boolean` value which indicates whether to activate or suspend also all process instances of the process definitions with the given key.org.openapitools.jackson.nullable.JsonNullable<Boolean>The id of the process definitions to activate or suspend.org.openapitools.jackson.nullable.JsonNullable<String>The key of the process definitions to activate or suspend.org.openapitools.jackson.nullable.JsonNullable<String>A `Boolean` value which indicates whether to activate or suspend all process definitions with the given key.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()includeProcessInstances(Boolean includeProcessInstances) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) voidsetExecutionDate(OffsetDateTime executionDate) voidsetExecutionDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> executionDate) voidsetIncludeProcessInstances(Boolean includeProcessInstances) voidsetIncludeProcessInstances_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeProcessInstances) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_INCLUDE_PROCESS_INSTANCES
- See Also:
-
JSON_PROPERTY_EXECUTION_DATE
- See Also:
-
-
Constructor Details
-
ProcessDefinitionSuspensionStateDto
public ProcessDefinitionSuspensionStateDto()
-
-
Method Details
-
suspended
-
getSuspended
A `Boolean` value which indicates whether to activate or suspend all process definitions with the given key. When the value is set to `true`, all process definitions with the given key will be suspended and when the value is set to `false`, all process definitions with the given key will be activated.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
processDefinitionId
-
getProcessDefinitionId
The id of the process definitions to activate or suspend.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definitions to activate or suspend.- Returns:
- processDefinitionKey
-
getProcessDefinitionKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable() -
setProcessDefinitionKey_JsonNullable
public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) -
setProcessDefinitionKey
-
includeProcessInstances
-
getIncludeProcessInstances
A `Boolean` value which indicates whether to activate or suspend also all process instances of the process definitions with the given key. When the value is set to `true`, all process instances of the process definitions with the given key will be activated or suspended and when the value is set to `false`, the suspension state of all process instances of the process definitions with the given key will not be updated.- Returns:
- includeProcessInstances
-
getIncludeProcessInstances_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIncludeProcessInstances_JsonNullable() -
setIncludeProcessInstances_JsonNullable
public void setIncludeProcessInstances_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeProcessInstances) -
setIncludeProcessInstances
-
executionDate
-
getExecutionDate
The date on which all process definitions with the given key will be activated or suspended. If `null`, the suspension state of all process definitions with the given key is updated immediately. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.- Returns:
- executionDate
-
getExecutionDate_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getExecutionDate_JsonNullable() -
setExecutionDate_JsonNullable
public void setExecutionDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> executionDate) -
setExecutionDate
-
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
-