Uses of Class
com.restfb.types.Event.Category
-
Packages that use Event.Category Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Event.Category in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Event.Category Modifier and Type Method Description List<Event.Category>
Event.Owner. getCategoryList()
List of other categories for this owner.Methods in com.restfb.types with parameters of type Event.Category Modifier and Type Method Description boolean
Event.Owner. addCategory(Event.Category category)
boolean
Event.Owner. removeCategory(Event.Category category)
-