Property | Type | Description |
---|
Method | Description | |
---|---|---|
Chatter ( dynamic self ) : ApexSharp | ||
clone ( ) : object | ||
deleteSubscription ( string communityId, string subscriptionId ) : void | ||
getFollowers ( string communityId, string recordId ) : Apex.ConnectApi.FollowerPage | ||
getFollowers ( string communityId, string recordId, int pageParam, int pageSize ) : Apex.ConnectApi.FollowerPage | ||
getSubscription ( string communityId, string subscriptionId ) : Apex.ConnectApi.Subscription | ||
submitDigestJob ( Apex.ConnectApi.DigestPeriod period ) : Apex.ConnectApi.DigestJobRepresentation |
public static deleteSubscription ( string communityId, string subscriptionId ) : void | ||
communityId | string | |
subscriptionId | string | |
return | void |
public static getFollowers ( string communityId, string recordId ) : Apex.ConnectApi.FollowerPage | ||
communityId | string | |
recordId | string | |
return | Apex.ConnectApi.FollowerPage |
public static getFollowers ( string communityId, string recordId, int pageParam, int pageSize ) : Apex.ConnectApi.FollowerPage | ||
communityId | string | |
recordId | string | |
pageParam | int | |
pageSize | int | |
return | Apex.ConnectApi.FollowerPage |
public static getSubscription ( string communityId, string subscriptionId ) : Apex.ConnectApi.Subscription | ||
communityId | string | |
subscriptionId | string | |
return | Apex.ConnectApi.Subscription |
public static submitDigestJob ( Apex.ConnectApi.DigestPeriod period ) : Apex.ConnectApi.DigestJobRepresentation | ||
period | Apex.ConnectApi.DigestPeriod | |
return | Apex.ConnectApi.DigestJobRepresentation |