Package com.restfb.types
Class Post.Shares
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Post.Shares
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Post
Represents the Shares included the Post
response. Presently only supports count.
- Since:
- 1.6.11
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Shares
public Shares()
-
-
Method Details
-
getCount
The number of shares.- Returns:
- The number of shares.
-
setCount
The number of shares.
-