Uses of Class
com.restfb.types.ExtendedReferenceType
Packages that use ExtendedReferenceType
-
Uses of ExtendedReferenceType in com.restfb.types
Methods in com.restfb.types that return ExtendedReferenceTypeMethods in com.restfb.types that return types with arguments of type ExtendedReferenceTypeModifier and TypeMethodDescriptionConversation.getParticipants()
Users who are on this message conversationMessage.getTo()
A list of recipients of the message.Message.Reaction.getUsers()
Methods in com.restfb.types with parameters of type ExtendedReferenceTypeModifier and TypeMethodDescriptionboolean
Conversation.addParticipant
(ExtendedReferenceType participant) boolean
Message.addTo
(ExtendedReferenceType receiver) boolean
Message.Reaction.addUser
(ExtendedReferenceType user) boolean
Conversation.removeParticipant
(ExtendedReferenceType participant) boolean
Message.removeTo
(ExtendedReferenceType receiver) boolean
Message.Reaction.removeUser
(ExtendedReferenceType user) void
Message.setFrom
(ExtendedReferenceType from) The sender of this message