Set the verb of a business object.
Syntax
void setVerb(String verb)
Parameters
Notes
The setVerb() method is used only in mapping.
Examples
The following example sets the verb Delete on the business object contactAddress.
contactAddress.setVerb("Delete");