global class UserResourceGrantedEvent { global UserResourceGrantedEvent() { } global Object clone() { } global List getScopes() { } global String getSubtype() { } global String getTriggerId() { } global String getType() { } global String getUser() { } global void setScopes(List scopes) { } global void setTriggerId(String triggerId) { } global void setUser(String user) { } global String toString() { } }