global class TeamAccessGrantedEvent {
|
global TeamAccessGrantedEvent() { }
|
global Object clone() { }
|
global String getEventTs() { }
|
global String getSubtype() { }
|
global List<String> getTeamIds() { }
|
global String getType() { }
|
global void setEventTs(String eventTs) { }
|
global void setTeamIds(List<String> teamIds) { }
|
global String toString() { }
|
|
}
|