Package org.teamapps.dto
Class UiScript.CallFunctionCommand
java.lang.Object
org.teamapps.dto.UiScript.CallFunctionCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.CallFunctionCommand(String componentId, String name, List parameters) -
Method Summary
-
Field Details
-
componentId
-
name
-
parameters
-
-
Constructor Details
-
CallFunctionCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CallFunctionCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getName
-
getParameters
-