Class CompleteWorkflowTasksRequest
Object
CompleteWorkflowTasksRequest
- All Implemented Interfaces:
Serializable
The properties of the workflow tasks to be completed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDeprecated.This field will be removed.Deprecated.This field will be removed without a replacement.The form properties for the workflow tasks to be completed.Required. The list of IDs for the tasks that should be completed.inthashCode()voidsetFormProperties(Map<String, String> formProperties) Deprecated.This field will be removed.voidsetGuestUserId(UUID guestUserId) Deprecated.This field will be removed without a replacement.voidsetTaskFormProperties(Map<String, ?> taskFormProperties) The form properties for the workflow tasks to be completed.voidsetTaskIds(List<UUID> taskIds) Required. The list of IDs for the tasks that should be completed.toString()
-
Constructor Details
-
CompleteWorkflowTasksRequest
public CompleteWorkflowTasksRequest()
-
-
Method Details
-
builder
-
getTaskIds
Required. The list of IDs for the tasks that should be completed. -
getFormProperties
Deprecated.This field will be removed. Please, usetaskFormPropertiesThe form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using regular forms. This field's value will be ignored if the taskFormProperties field is populated. -
getTaskFormProperties
The form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using either regular forms or external json form definitions. -
getGuestUserId
Deprecated.This field will be removed without a replacement.The ID of the guest user. -
setTaskIds
Required. The list of IDs for the tasks that should be completed. -
setFormProperties
Deprecated.This field will be removed. Please, usetaskFormPropertiesThe form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using regular forms. This field's value will be ignored if the taskFormProperties field is populated. -
setTaskFormProperties
The form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using either regular forms or external json form definitions. -
setGuestUserId
Deprecated.This field will be removed without a replacement.The ID of the guest user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-