Uses of Class
com.restfb.types.EntityAtTextRange
-
Packages that use EntityAtTextRange Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of EntityAtTextRange in com.restfb.types
Methods in com.restfb.types that return types with arguments of type EntityAtTextRange Modifier and Type Method Description List<EntityAtTextRange>
StoryAttachment. getDescriptionTags()
Profiles tagged in the text accompanying the attachmentList<EntityAtTextRange>
Photo. getNameTags()
Methods in com.restfb.types with parameters of type EntityAtTextRange Modifier and Type Method Description boolean
StoryAttachment. addDescriptionTag(EntityAtTextRange entityAtTextRange)
boolean
Photo. addNameTag(EntityAtTextRange nameTag)
boolean
StoryAttachment. removeDescriptionTag(EntityAtTextRange entityAtTextRange)
boolean
Photo. removeNameTag(EntityAtTextRange nameTag)
-