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
public static class Post.Shares extends AbstractFacebookType
Represents the Shares included the Post response. Presently only supports count.- Since:
- 1.6.11
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Shares()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
The number of shares.void
setCount(Long count)
The number of shares.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-