Determines whether or not the verb passed to the method is supported by this business object definition.
public boolean isVerbSupported(String verb);
Returns true if the passed-in verb is supported; otherwise, returns false.
See also the descriptions of the getVerb() method.