Interface Action

All Known Implementing Classes:
DestinationAction

public interface Action
An Action represents an attempt to perform some behavior, typically on a particular resource.
Since:
5.10.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a human readable string that indicates what this action is, for example "open doors" or "delete file /usr/local/foo"
  • Method Details

    • toString

      String toString()
      Returns a human readable string that indicates what this action is, for example "open doors" or "delete file /usr/local/foo"
      Overrides:
      toString in class Object
      Returns:
      a human readable string that indicates what this action is