コード例 #1
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static ChatterGroupPage getGroups(string communityId, GroupArchiveStatus archiveStatus, int pageParam, int pageSize)
 {
     return(Implementation.getGroups(communityId, archiveStatus, pageParam, pageSize));
 }
コード例 #2
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static void setTestSearchGroups(string communityId, string q, GroupArchiveStatus archiveStatus,
                                        int pageParam, int pageSize, ChatterGroupPage result)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetTestSearchGroups");
 }
コード例 #3
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static void setTestSearchGroups(string communityId, string q, GroupArchiveStatus archiveStatus, int pageParam, int pageSize, ChatterGroupPage result)
 {
     Implementation.setTestSearchGroups(communityId, q, archiveStatus, pageParam, pageSize, result);
 }
コード例 #4
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static ChatterGroupPage getGroups(string communityId, GroupArchiveStatus archiveStatus, int pageParam,
                                          int pageSize)
 {
     throw new global::System.NotImplementedException("ChatterGroups.GetGroups");
 }