Set the verb of a business object.
Syntax
void setVerb(String verb)
Parameters
Notes
This method is used in mapping business objects.
Do not use this method in a collaboration template, where you must set the verb of an outgoing business object interactively by filling in the properties of a service call.
Examples
The following example sets the verb Delete on the business object contactAddress.
contactAddress.setVerb("Delete");