Class SetVariablesAsyncDto

java.lang.Object
org.camunda.community.rest.client.dto.SetVariablesAsyncDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class SetVariablesAsyncDto extends Object
SetVariablesAsyncDto
  • Field Details

  • Constructor Details

    • SetVariablesAsyncDto

      public SetVariablesAsyncDto()
  • Method Details

    • processInstanceIds

      public SetVariablesAsyncDto processInstanceIds(List<String> processInstanceIds)
    • addProcessInstanceIdsItem

      public SetVariablesAsyncDto addProcessInstanceIdsItem(String processInstanceIdsItem)
    • getProcessInstanceIds

      @Nullable public List<String> getProcessInstanceIds()
      A list of process instance ids that define a group of process instances to which the operation will set variables. Please note that if `processInstanceIds`, `processInstanceQuery` and `historicProcessInstanceQuery` are defined, the resulting operation will be performed on the union of these sets.
      Returns:
      processInstanceIds
    • getProcessInstanceIds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getProcessInstanceIds_JsonNullable()
    • setProcessInstanceIds_JsonNullable

      public void setProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceIds)
    • setProcessInstanceIds

      public void setProcessInstanceIds(List<String> processInstanceIds)
    • processInstanceQuery

      public SetVariablesAsyncDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
    • getProcessInstanceQuery

      @Nullable public ProcessInstanceQueryDto getProcessInstanceQuery()
      Get processInstanceQuery
      Returns:
      processInstanceQuery
    • setProcessInstanceQuery

      public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
    • historicProcessInstanceQuery

      public SetVariablesAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
    • getHistoricProcessInstanceQuery

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

      public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
    • variables

      public SetVariablesAsyncDto variables(Map<String,VariableValueDto> variables)
    • putVariablesItem

      public SetVariablesAsyncDto putVariablesItem(String key, VariableValueDto variablesItem)
    • getVariables

      @Nullable public Map<String,VariableValueDto> getVariables()
      A variables the operation will set in the root scope of the process instances.
      Returns:
      variables
    • getVariables_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable()
    • setVariables_JsonNullable

      public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> variables)
    • setVariables

      public void setVariables(Map<String,VariableValueDto> variables)
    • 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