LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
global class Chatter {
    global Object clone() { }
    global static void deleteSubscription(String communityId, String subscriptionId) { }
    global static ConnectApi.FollowerPage getFollowers(String communityId, String recordId, Integer pageParam, Integer pageSize) { }
    global static ConnectApi.FollowerPage getFollowers(String communityId, String recordId) { }
    global static ConnectApi.Subscription getSubscription(String communityId, String subscriptionId) { }
    global static ConnectApi.DigestJobRepresentation submitDigestJob(ConnectApi.DigestPeriod period) { }
 
}