ODataActionLink class

SAP Action Link Contains the optional parameters of the action and helper method to assemble the final URL that is required to execute the action.

Syntax

@interface ODataActionLink : ODataLink

Base class

Members

All members of ODataActionLink, including inherited members.

Methods
Method Description
- (NSString *) createActionLinkURL: (NSDictionary *) parameters Creates the final action link URL that can be used in an HTTP request to execute the action in the backend.
- (NSDictionary *) getParameters Gets the action link parameters whose values should be set by the user.
Inherited members from ODataLink