Package com.restfb.types.ads
Class AdBidAdjustments
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdBidAdjustments
-
- All Implemented Interfaces:
Serializable
public class AdBidAdjustments extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdBidAdjustments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Double>
getAgeRange()
JsonObject
getMPageTypes()
String
getUserGroups()
void
setAgeRange(Map<String,Double> ageRange)
void
setMPageTypes(JsonObject mPageTypes)
void
setUserGroups(String userGroups)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdBidAdjustments
public AdBidAdjustments()
-
-
Method Detail
-
getAgeRange
public Map<String,Double> getAgeRange()
-
setAgeRange
public void setAgeRange(Map<String,Double> ageRange)
-
getMPageTypes
public JsonObject getMPageTypes()
-
setMPageTypes
public void setMPageTypes(JsonObject mPageTypes)
-
getUserGroups
public String getUserGroups()
-
setUserGroups
public void setUserGroups(String userGroups)
-
-