Uses of Class
com.restfb.types.Event
-
Packages that use Event Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Event in com.restfb.types
Methods in com.restfb.types that return Event Modifier and Type Method Description Event
Album. getEvent()
The event associated with this album.Event
Photo. getEvent()
If this object has a place, the event associated with the placeEvent
Video. getEvent()
If this object has a place, the event associated with the place.Methods in com.restfb.types with parameters of type Event Modifier and Type Method Description void
Album. setEvent(Event event)
The event associated with this album.void
Photo. setEvent(Event event)
If this object has a place, the event associated with the placevoid
Video. setEvent(Event event)
If this object has a place, the event associated with the place.
-