Difference between revisions of "GetSocialFeed"
From LongJump Support Wiki
imported>Aeric (Created page with "{{subst: Java API}}") |
imported>Aeric |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:getSocialFeed}} | ||
Get a posted message. | |||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
SocialFeedBean posting = Functions.getSocialFeed(String id); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
;Parameters: | ;Parameters: | ||
;Returns: | ;Returns: | ||
:A SocialFeedBean instance that contains the details of the posting. | |||
:A | |||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
Latest revision as of 22:47, 13 December 2011
Get a posted message.
- Syntax
SocialFeedBean posting = Functions.getSocialFeed(String id);
- Parameters
- Returns
- A SocialFeedBean instance that contains the details of the posting.
- Throws
- Exception