この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

フィード要素のブックマーク

この例では、updateFeedElementBookmarks(communityId, feedElementId, isBookmarkedByCurrentUser) をコールしてフィード要素をブックマークします。
1ConnectApi.BookmarksCapability bookmark = ConnectApi.ChatterFeeds.updateFeedElementBookmarks(null, '0D5D0000000KuGh', true);