Package com.restfb.types.ads
Class TargetingGeoLocationRegion
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.TargetingGeoLocationRegion
-
- All Implemented Interfaces:
Serializable
public class TargetingGeoLocationRegion extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingGeoLocationRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountry()
String
getKey()
String
getName()
void
setCountry(String country)
void
setKey(String key)
void
setName(String name)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TargetingGeoLocationRegion
public TargetingGeoLocationRegion()
-
-