Uses of Class
com.restfb.types.CoverPhoto
-
Packages that use CoverPhoto Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.features -
-
Uses of CoverPhoto in com.restfb.types
Methods in com.restfb.types that return CoverPhoto Modifier and Type Method Description CoverPhoto
Event. getCover()
Cover pictureCoverPhoto
Group. getCover()
Information about the group's cover photo.CoverPhoto
SearchPlace. getCover()
Information about the cover photo.CoverPhoto
User. getCover()
The person's cover photoMethods in com.restfb.types with parameters of type CoverPhoto Modifier and Type Method Description void
Event. setCover(CoverPhoto cover)
Cover picturevoid
Group. setCover(CoverPhoto cover)
Information about the group's cover photo.void
SearchPlace. setCover(CoverPhoto cover)
Information about the cover photo.void
User. setCover(CoverPhoto cover)
The person's cover photo -
Uses of CoverPhoto in com.restfb.types.features
Methods in com.restfb.types.features that return CoverPhoto Modifier and Type Method Description CoverPhoto
HasCover. getCover()
-