global class CommunityPage {
|
global List<ConnectApi.Community> communities;
|
global Integer total;
|
global CommunityPage() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|