This method of the IRequest interface retrieves a pointer to an interface pointer of the first item in the Request object's collections that contains the specified string.
public abstract java.lang.Object getItem(java.lang.String var);
var | The name of the item to retrieve. |