Retrieves the list of verbs that the current business object supports.
Syntax
public String[] getSupportedVerbs();
Parameters
None.
Return values
An array of String objects, each of which contains a supported verb of the business object. Compare these String values with the following verb constants:
If your application supports other verbs, create your own verb constants to represent these verbs.
See also