Uses of Class
com.restfb.types.From
-
Packages that use From Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of From in com.restfb.types
Methods in com.restfb.types that return From Modifier and Type Method Description From
Album. getFrom()
An object containing the ID and name of the profile who posted this album.From
Comment. getFrom()
User who posted the comment.From
Photo. getFrom()
An object containing the name and ID of the user who posted the photo.From
Post. getFrom()
An object containing the ID and name of the user who posted the message.From
Video. getFrom()
An object containing the name and ID of the user who posted the video.From
VideoList. getOwner()
Owner of the playlistMethods in com.restfb.types with parameters of type From Modifier and Type Method Description void
Album. setFrom(From from)
An object containing the ID and name of the profile who posted this album.void
Comment. setFrom(From from)
User who posted the comment.void
Photo. setFrom(From from)
An object containing the name and ID of the user who posted the photo.void
Post. setFrom(From from)
An object containing the ID and name of the user who posted the message.void
Video. setFrom(From from)
An object containing the name and ID of the user who posted the video.void
VideoList. setOwner(From owner)
Owner of the playlist
-