Uses of Interface
facebook4j.Video

Packages that use Video
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Video in facebook4j
 

Methods in facebook4j that return Video
 Video Tagged.getVideo()
           
 

Uses of Video in facebook4j.api
 

Methods in facebook4j.api that return Video
 Video VideoMethods.getVideo(String videoId)
          Returns a single video.
 Video VideoMethods.getVideo(String videoId, Reading reading)
          Returns a single video.
 

Methods in facebook4j.api that return types with arguments of type Video
 ResponseList<Video> EventMethods.getEventVideos(String eventId)
          Returns the event's videos.
 ResponseList<Video> EventMethods.getEventVideos(String eventId, Reading reading)
          Returns the event's videos.
 ResponseList<Video> VideoMethods.getVideos()
          Returns the videos the current user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(Reading reading)
          Returns the videos the current user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(String id)
          Returns the videos a user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(String id, Reading reading)
          Returns the videos a user has been tagged in / the current page has uploaded.
 

Uses of Video in facebook4j.json
 

Methods in facebook4j.json that return Video
static Video DataObjectFactory.createVideo(String rawJSON)
          Constructs a Video object from rawJSON string.
 



Copyright © 2019. All rights reserved.