Difference between revisions of "SocialFollow"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 5: | Line 5: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
Result result = Functions.socialFollow(BaseBean<SocialBean> sb); | Result result = Functions.socialFollow(BaseBean<SocialBean> sb); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 29: | Line 22: | ||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
Revision as of 02:18, 3 December 2011
Follow a resource.
- Syntax
Result result = Functions.socialFollow(BaseBean<SocialBean> sb);
- Parameters
-
- BaseBean<SocialBean>
- An instance of a SocialBean subclass:
- Returns
- Result object
--or--
- An integer containing ...
- A string containing ...
- Throws
- Exception