public void setVerb(String newVerb);
None.
The business object definition contains the list of verbs that the business object supports. The verb that you set as the active verb must be on this list. Only one verb is active at a time for a business object.
All business objects typically support the Create, Retrieve, and Update verbs. A business object might support additional verbs, such as Delete. Every connector that supports the business object must implement all the verbs that it supports.