ActionService class
Constructors
- ActionService(ApiClient client)
- Constructs an ActionService using the provided ApiClient.
Properties
Methods
-
createAction(
String formId, ActionModel action) → Future< ActionModel> - Creates a new action for a form.
-
deleteAction(
String formId, String actionId) → Future< void> - Deletes an action from a form.
-
getAction(
String formId, String actionId) → Future< ActionModel> - Gets a specific action by ID.
-
listActions(
String formId) → Future< List< ActionModel> > - Lists all actions configured for a specific form.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAction(
String formId, String actionId, ActionModel action) → Future< ActionModel> - Updates an existing action.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited