Uses of Class
facebook4j.PostUpdate

Packages that use PostUpdate
facebook4j   
facebook4j.api   
 

Uses of PostUpdate in facebook4j
 

Subclasses of PostUpdate in facebook4j
 class BackdatingPostUpdate
           
 class PagePostUpdate
           
 

Methods in facebook4j that return PostUpdate
 PostUpdate PostUpdate.actions(List<PostUpdate.PostAction> actions)
           
 PostUpdate PostUpdate.caption(String caption)
           
 PostUpdate PostUpdate.description(String description)
           
 PostUpdate PostUpdate.link(URL link)
           
 PostUpdate PostUpdate.message(String message)
           
 PostUpdate PostUpdate.name(String name)
           
 PostUpdate PostUpdate.objectAttachment(String objectAttachment)
           
 PostUpdate PostUpdate.picture(URL picture)
           
 PostUpdate PostUpdate.place(String place)
           
 PostUpdate PostUpdate.privacy(PrivacyParameter privacy)
           
 PostUpdate PostUpdate.published(Boolean published)
           
 PostUpdate PostUpdate.scheduledPublishTime(Date scheduledPublishTime)
           
 PostUpdate PostUpdate.scheduledPublishTime(Integer scheduledPublishTime)
           
 PostUpdate PostUpdate.tags(String tags)
           
 PostUpdate PostUpdate.targeting(TargetingParameter targetingParameter)
           
 

Uses of PostUpdate in facebook4j.api
 

Methods in facebook4j.api with parameters of type PostUpdate
 String PostMethods.postFeed(PostUpdate postUpdate)
          Creates the post.
 String PostMethods.postFeed(String id, PostUpdate postUpdate)
          Creates the post.
 String GroupMethods.postGroupFeed(String groupId, PostUpdate postUpdate)
          Creates the post on a group's wall.
 



Copyright © 2019. All rights reserved.