global class ActorWithId {
|
global String id;
|
global ConnectApi.Motif motif;
|
global ConnectApi.Reference mySubscription;
|
global String recordViewUrl;
|
global String url;
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|