Uses of Class
com.restfb.types.PageLabel
-
Packages that use PageLabel Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of PageLabel in com.restfb.types
Methods in com.restfb.types that return types with arguments of type PageLabel Modifier and Type Method Description List<PageLabel>
Page. getLabels()
Page labels of this pageList<PageLabel>
User. getLabels()
Page labels of this userMethods in com.restfb.types with parameters of type PageLabel Modifier and Type Method Description boolean
Page. addLabel(PageLabel label)
boolean
User. addLabel(PageLabel label)
boolean
Page. removeLabels(PageLabel label)
boolean
User. removeLabels(PageLabel label)
-