Class Action


  • public class Action
    extends Object
    The action that will be executed.
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • actionType

        public ActionType actionType()
        Get the actionType value.
        Returns:
        the actionType value
      • withActionType

        public Action withActionType​(ActionType actionType)
        Set the actionType value.
        Parameters:
        actionType - the actionType value to set
        Returns:
        the Action object itself.