Uses of Class
com.restfb.types.ExtendedReferenceType
-
Packages that use ExtendedReferenceType Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of ExtendedReferenceType in com.restfb.types
Methods in com.restfb.types that return ExtendedReferenceType Modifier and Type Method Description ExtendedReferenceType
Message. getFrom()
The sender of this messageMethods in com.restfb.types that return types with arguments of type ExtendedReferenceType Modifier and Type Method Description List<ExtendedReferenceType>
Conversation. getParticipants()
Users who are on this message conversationList<ExtendedReferenceType>
Message. getTo()
A list of recipients of the message.List<ExtendedReferenceType>
Message.Reaction. getUsers()
Methods in com.restfb.types with parameters of type ExtendedReferenceType Modifier and Type Method Description boolean
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
-