Uses of Class
com.restfb.types.Post.Property
-
Packages that use Post.Property Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Post.Property in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Post.Property Modifier and Type Method Description List<Post.Property>
Post. getProperties()
A list of properties for this post.Methods in com.restfb.types with parameters of type Post.Property Modifier and Type Method Description boolean
Post. addProperty(Post.Property property)
boolean
Post. removeProperty(Post.Property property)
-