Class 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 Details

  • Method Details

    • getCount

      public Long getCount()
      The number of shares.
      Returns:
      The number of shares.
    • setCount

      public void setCount(Long count)
      The number of shares.