Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. public static ConnectApi.BatchResult[] Gaurav2(String communityId, String subjectId, ArrayList<String> textWithMentions) {
  2. //ConnectApi.BatchResult[] result = new ConnectApi.BatchResult[];
  3. List<ConnectApi.BatchInput> batchInputs = new List<ConnectApi.BatchInput>{};
  4.  
  5.  
  6. return (new ConnectApi.BatchResult[]()) ;
  7.  
  8. }
  9.  
  10. List<String> arr = new List<String>();
  11. arr.add('Hey {00536000002DqEu} , Gaurav1?');
  12. arr.add('Hey {00536000002DqEu} , Gaurav2?');
  13.  
  14.  
  15. String rs = ConnectApiHelper.Gaurav2('0DB36000000TNuDGAW','me',arr);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement