global class UserActivityCollection {
|
global String activityType;
|
global List<ConnectApi.UserActivitySummary> userActivities;
|
global UserActivityCollection() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|