Uses of Class
com.restfb.types.Privacy
-
Packages that use Privacy Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Privacy in com.restfb.types
Methods in com.restfb.types that return Privacy Modifier and Type Method Description Privacy
Post. getPrivacy()
The privacy settings for this post.Privacy
Video. getPrivacy()
Privacy setting for the video.Methods in com.restfb.types with parameters of type Privacy Modifier and Type Method Description void
Post. setPrivacy(Privacy privacy)
The privacy settings for this post.void
Video. setPrivacy(Privacy privacy)
Privacy setting for the video.
-