global class ChatterGroupDetail {
|
global Integer fileCount;
|
global ConnectApi.GroupInformation information;
|
global Integer pendingRequests;
|
global ChatterGroupDetail() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|