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 TypeMethodDescriptionbooleanConversation.addParticipant(ExtendedReferenceType participant) booleanMessage.addTo(ExtendedReferenceType receiver) booleanMessage.Reaction.addUser(ExtendedReferenceType user) booleanConversation.removeParticipant(ExtendedReferenceType participant) booleanMessage.removeTo(ExtendedReferenceType receiver) booleanMessage.Reaction.removeUser(ExtendedReferenceType user) voidMessage.setFrom(ExtendedReferenceType from) The sender of this message