Uses of Class
com.restfb.types.Post.KeyedType
-
Packages that use Post.KeyedType Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Post.KeyedType in com.restfb.types
Fields in com.restfb.types with type parameters of type Post.KeyedType Modifier and Type Field Description protected List<Post.KeyedType>
Post.Targeting. cities
protected List<Post.KeyedType>
Post.Targeting. regions
Methods in com.restfb.types that return types with arguments of type Post.KeyedType Modifier and Type Method Description List<Post.KeyedType>
Post.Targeting. getCities()
Values of targeting cities.List<Post.KeyedType>
Post.Targeting. getRegions()
Values of targeting regions.Methods in com.restfb.types with parameters of type Post.KeyedType Modifier and Type Method Description boolean
Post.Targeting. addCity(Post.KeyedType city)
boolean
Post.Targeting. addRegion(Post.KeyedType region)
-