No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Communities クラス
組織内のコミュニティに関する一般情報にアクセスします。
名前空間
Communities メソッド
Communities のメソッドは次のとおりです。すべてのメソッドが静的です。
getCommunities()
コンテキストユーザがアクセスできるコミュニティのリストを返します。
API バージョン
28.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CommunityPage getCommunities()
戻り���
getCommunities(ConnectApi.CommunityStatus)
コンテキストユーザがアクセスできる、指定された状況のコミュニティのリストを返します。
API バージョン
28.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CommunityPage getCommunities(ConnectApi.CommunityStatus communityStatus)
パラメータ
- communityStatus
- 型: ConnectApi.CommunityStatus
- communityStatus — コミュニティの現在の状況を指定します。値は次のとおりです。
- Live
- Inactive
- UnderConstruction
戻り値
getCommunity(String)
特定のコミュニティに関する情報を返します。
API バージョン
28.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.Community getCommunity(String communityId)
パラメータ
- communityId
- 型: String
- communityId の ID を指定する必要があります。null または 'internal' は指定できません。