Package com.restfb.types
Class User.PaymentPricepoint
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.User.PaymentPricepoint
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.PaymentPricepoint extends AbstractFacebookType
Represents the Payment Pricepoint Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentPricepoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getCredits()
String
getLocalCurrency()
String
getUserPrice()
void
setCredits(Double credits)
void
setLocalCurrency(String localCurrency)
void
setUserPrice(String userPrice)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PaymentPricepoint
public PaymentPricepoint()
-
-
Method Detail
-
getCredits
public Double getCredits()
-
setCredits
public void setCredits(Double credits)
-
getLocalCurrency
public String getLocalCurrency()
-
setLocalCurrency
public void setLocalCurrency(String localCurrency)
-
getUserPrice
public String getUserPrice()
-
setUserPrice
public void setUserPrice(String userPrice)
-
-