setValue
Sets the action argument's value.
Return
The request object.
Parameters
actionValue
The action argument's value.
Sets the action arguments value. The object will automatically be wrapped as a ActionValue and throw an illegal argument exception if its an invalid value.
Return
The request object.
Parameters
object
The action arguments as an object.
Throws
if the object is unable to be wrapped in an ActionValue.