global class ChatterActivitySummary {
|
global Integer commentCount;
|
global Integer commentReceivedCount;
|
global Integer likeReceivedCount;
|
global Integer postCount;
|
global ChatterActivitySummary() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|