Class ActivityUpdateRequest

java.lang.Object
org.bonitasoft.web.client.model.ActivityUpdateRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ActivityUpdateRequest extends Object implements Serializable
ActivityUpdateRequest
See Also:
  • Field Details

  • Constructor Details

    • ActivityUpdateRequest

      public ActivityUpdateRequest()
  • Method Details

    • variables

      public ActivityUpdateRequest variables(@Nullable String variables)
    • getVariables

      @Nullable public String getVariables()
      Activity variables to update. **Note**: if there is no data with the specified name in the activity, the update will be applied to the process data if a variable with the specified name exists. **Note**: if the task definition includes a connector that is executed on finish and updates the value of a variable, the value set by the REST API call is overwritten.
      Returns:
      variables
    • setVariables

      public void setVariables(@Nullable String variables)
    • state

      public ActivityUpdateRequest state(@Nullable String state)
    • getState

      @Nullable public String getState()
      The target state of the activity - Execute a task: `completed` - Skip activity: `skipped` - Make this call after all failed connectors have been reset ![edition](https://img.shields.io/badge/edition-entreprise-blue) - Replay activity: `replay`
      Returns:
      state
    • setState

      public void setState(@Nullable String state)
    • 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