Exemplo n.º 1
0
 public static ChatterGroup updateGroup(string communityId, string groupId, ChatterGroupInput groupInput)
 {
     return(Implementation.updateGroup(communityId, groupId, groupInput));
 }
Exemplo n.º 2
0
 public static ChatterGroupDetail createGroup(string communityId, ChatterGroupInput groupInput)
 {
     return(Implementation.createGroup(communityId, groupInput));
 }
Exemplo n.º 3
0
 public static ChatterGroupDetail updateGroup(string communityId, string groupId, ChatterGroupInput groupInput)
 {
     throw new global::System.NotImplementedException("ChatterGroups.UpdateGroup");
 }