Difference between revisions of "SocialUnfollow"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 27: Line 27:
...
...
</syntaxhighlight>
</syntaxhighlight>
<!--ACTIVATE THE CATEGORY BELOW
<noinclude>
<noinclude>


[[Category:Java API | __apiName__]]
[[Category:Java API | socialUnFollow]]
</noinclude>
</noinclude>
-->

Revision as of 01:12, 3 December 2011

Unfollow a resource.

Syntax
Result result = Functions.socialUnFollow(BaseBean<SocialBean> sb);
Parameters
BaseBean<SocialBean>
An instance of a SocialBean subclass:
Returns
Result object

--or--

An integer containing ...
A string containing ...
Throws
Exception
Example
This example ....
...