Uses of Class
facebook4j.VideoUpdate

Packages that use VideoUpdate
facebook4j   
facebook4j.api   
 

Uses of VideoUpdate in facebook4j
 

Subclasses of VideoUpdate in facebook4j
 class PageVideoUpdate
           
 

Methods in facebook4j that return VideoUpdate
 VideoUpdate VideoUpdate.description(String description)
           
 VideoUpdate VideoUpdate.published(boolean published)
           
 VideoUpdate VideoUpdate.scheduledPublishTime(Date scheduledPublishTime)
           
 VideoUpdate VideoUpdate.scheduledPublishTime(Integer scheduledPublishTime)
           
 VideoUpdate VideoUpdate.title(String title)
           
 

Uses of VideoUpdate in facebook4j.api
 

Methods in facebook4j.api with parameters of type VideoUpdate
 String VideoMethods.postVideo(String id, VideoUpdate videoUpdate)
          Posts the video to a user's/page's wall.
 String VideoMethods.postVideo(VideoUpdate videoUpdate)
          Posts the video to the current user's/page's wall.
 



Copyright © 2019. All rights reserved.