Uses of Class
com.restfb.types.Event

Packages that use Event
Package
Description
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
    Album.getEvent()
    The event associated with this album.
    Photo.getEvent()
    If this object has a place, the event associated with the place
    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 place
    void
    Video.setEvent​(Event event)
    If this object has a place, the event associated with the place.