Uses of Class
com.restfb.types.MessageTag
Packages that use MessageTag
-
Uses of MessageTag in com.restfb.types
Methods in com.restfb.types that return types with arguments of type MessageTagModifier and TypeMethodDescriptionComment.getMessageTags()
Objects tagged in the message (Users, Pages, etc.)Post.getMessageTags()
Objects tagged in the message (Users, Pages, etc).Post.getStoryTags()
Objects tagged in the story (Users, Pages, etc).Methods in com.restfb.types with parameters of type MessageTagModifier and TypeMethodDescriptionvoid
Comment.addMessageTag
(MessageTag messageTag) void
Post.addMessageTag
(MessageTag messageTag) void
Post.addStoryTag
(MessageTag messageTag) void
Comment.removeMessageTag
(MessageTag messageTag) void
Post.removeMessageTag
(MessageTag messageTag) void
Post.removeStoryTag
(MessageTag messageTag)