Uses of Class
com.restfb.types.Post.KeyedType
Packages that use Post.KeyedType
-
Uses of Post.KeyedType in com.restfb.types
Fields in com.restfb.types with type parameters of type Post.KeyedTypeModifier and TypeFieldDescriptionprotected 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.KeyedTypeModifier and TypeMethodDescriptionPost.Targeting.getCities()
Values of targeting cities.Post.Targeting.getRegions()
Values of targeting regions.Methods in com.restfb.types with parameters of type Post.KeyedTypeModifier and TypeMethodDescriptionboolean
Post.Targeting.addCity
(Post.KeyedType city) boolean
Post.Targeting.addRegion
(Post.KeyedType region)