Uses of Class
com.restfb.types.Message.Share
-
Packages that use Message.Share Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Message.Share in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Message.Share Modifier and Type Method Description List<Message.Share>
Message. getShares()
The shares associated with the message.Methods in com.restfb.types with parameters of type Message.Share Modifier and Type Method Description boolean
Message. addShare(Message.Share share)
boolean
Message. removeShare(Message.Share share)
-