Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetState()The target state of the activity - Execute a task: `completed` - Skip activity: `skipped` - Make this call after all failed connectors have been reset !Activity variables to update.inthashCode()voidvoidsetVariables(String variables) toString()
-
Field Details
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
ActivityUpdateRequest
public ActivityUpdateRequest()
-
-
Method Details
-
variables
-
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
-
state
-
getState
The target state of the activity - Execute a task: `completed` - Skip activity: `skipped` - Make this call after all failed connectors have been reset  - Replay activity: `replay`- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-