Uses of Class
com.restfb.types.Category
Packages that use Category
-
Uses of Category in com.restfb.types
Methods in com.restfb.types that return types with arguments of type CategoryModifier and TypeMethodDescriptionPage.getCategoryList()
the sub category listPlace.getCategoryList()
List of other categories for this place.SearchPlace.getCategoryList()
The Place's categories.Category.getFbPageCategories()
Methods in com.restfb.types with parameters of type CategoryModifier and TypeMethodDescriptionboolean
Page.addCategory
(Category category) boolean
Place.addCategory
(Category category) boolean
SearchPlace.addCategory
(Category category) boolean
Category.addFbPageCategory
(Category category) boolean
Page.removeCategory
(Category category) boolean
Place.removeCategory
(Category category) boolean
SearchPlace.removeCategory
(Category category) boolean
Category.removeFbPageCategory
(Category category)