Package com.restfb.types
Class User.PaymentPricepoints
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.User.PaymentPricepoints
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.PaymentPricepoints extends AbstractFacebookType
Represents the Payment Pricepoints Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentPricepoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addMobile(User.PaymentPricepoint language)
List<User.PaymentPricepoint>
getMobile()
Mobile payment pricepointsboolean
removeMobile(User.PaymentPricepoint language)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PaymentPricepoints
public PaymentPricepoints()
-
-
Method Detail
-
getMobile
public List<User.PaymentPricepoint> getMobile()
Mobile payment pricepoints- Returns:
- Mobile payment pricepoints
-
addMobile
public boolean addMobile(User.PaymentPricepoint language)
-
removeMobile
public boolean removeMobile(User.PaymentPricepoint language)
-
-