Uses of Interface
facebook4j.Photo

Packages that use Photo
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Photo in facebook4j
 

Methods in facebook4j that return Photo
 Photo Tagged.getPhoto()
           
 

Uses of Photo in facebook4j.api
 

Methods in facebook4j.api that return Photo
 Photo PhotoMethods.getPhoto(String photoId)
          Returns a single photo.
 Photo PhotoMethods.getPhoto(String photoId, Reading reading)
          Returns a single photo.
 

Methods in facebook4j.api that return types with arguments of type Photo
 ResponseList<Photo> AlbumMethods.getAlbumPhotos(String albumId)
          Returns the photos contained in the album.
 ResponseList<Photo> AlbumMethods.getAlbumPhotos(String albumId, Reading reading)
          Returns the photos contained in the album.
 ResponseList<Photo> EventMethods.getEventPhotos(String eventId)
          Returns the event's photos.
 ResponseList<Photo> EventMethods.getEventPhotos(String eventId, Reading reading)
          Returns the event's photos.
 ResponseList<Photo> PhotoMethods.getPhotos()
          Returns the photos the current user/page is tagged in.
 ResponseList<Photo> PhotoMethods.getPhotos(Reading reading)
          Returns the photos the current user/page is tagged in.
 ResponseList<Photo> PhotoMethods.getPhotos(String id)
          Returns the photos a user is tagged in / uploaded to a page / published to an event.
 ResponseList<Photo> PhotoMethods.getPhotos(String id, Reading reading)
          Returns the photos a user is tagged in / uploaded to a page / published to an event.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos()
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(Reading reading)
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(String id)
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(String id, Reading reading)
          Returns All of the updates photos of the current user/page.
 

Uses of Photo in facebook4j.json
 

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



Copyright © 2019. All rights reserved.