Uses of Class
com.restfb.types.MessageTag
-
Packages that use MessageTag Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of MessageTag in com.restfb.types
Methods in com.restfb.types that return types with arguments of type MessageTag Modifier and Type Method Description List<MessageTag>
Comment. getMessageTags()
Objects tagged in the message (Users, Pages, etc.)List<MessageTag>
Post. getMessageTags()
Objects tagged in the message (Users, Pages, etc).List<MessageTag>
Post. getStoryTags()
Objects tagged in the story (Users, Pages, etc).Methods in com.restfb.types with parameters of type MessageTag Modifier and Type Method Description void
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)
-