Uses of Class
com.restfb.types.Photo
-
Packages that use Photo Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Photo in com.restfb.types
Methods in com.restfb.types that return Photo Modifier and Type Method Description Photo
Album. getCoverPhoto()
The album cover photo ID.Methods in com.restfb.types that return types with arguments of type Photo Modifier and Type Method Description List<Photo>
SearchPlace. getPhotos()
Photos for the Place.Methods in com.restfb.types with parameters of type Photo Modifier and Type Method Description void
Album. setCoverPhoto(Photo coverPhoto)
The album cover photo ID.Method parameters in com.restfb.types with type arguments of type Photo Modifier and Type Method Description void
SearchPlace. setPhotos(List<Photo> photos)
Photos for the Place.
-