Package com.restfb.types.ads
Class TargetingProspectingAudience
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.TargetingProspectingAudience
-
- All Implemented Interfaces:
Serializable
public class TargetingProspectingAudience extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingProspectingAudience()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonObject>
getSources()
void
setSources(List<JsonObject> sources)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TargetingProspectingAudience
public TargetingProspectingAudience()
-
-
Method Detail
-
getSources
public List<JsonObject> getSources()
-
setSources
public void setSources(List<JsonObject> sources)
-
-