global class Invitation {
|
global String email;
|
global ConnectApi.GroupViralInvitationsStatus status;
|
global String userId;
|
global Invitation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|