Uses of Class
com.restfb.types.From

Packages that use From
Package
Description
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
    Album.getFrom()
    An object containing the ID and name of the profile who posted this album.
    Comment.getFrom()
    User who posted the comment.
    Photo.getFrom()
    An object containing the name and ID of the user who posted the photo.
    Post.getFrom()
    An object containing the ID and name of the user who posted the message.
    Video.getFrom()
    An object containing the name and ID of the user who posted the video.
    VideoList.getOwner()
    Owner of the playlist
    Methods 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