Interface UriResourceAction

All Superinterfaces:
UriResource, UriResourcePartTyped

public interface UriResourceAction extends UriResourcePartTyped
Used to describe an action used within an resource path For example: http://.../serviceroot/action()
  • Method Details

    • getAction

      EdmAction getAction()
      If the resource path specifies an action import this method will deliver the unbound action for the action import.
      Returns:
      Action used in the resource path or action import
    • getActionImport

      EdmActionImport getActionImport()
      Convenience method which returns the EdmActionImport which was used in the resource path to define the EdmAction.
      Returns:
      Action Import used in the resource path