Package com.restfb.types.send
Class Greeting
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.Greeting
-
- All Implemented Interfaces:
Serializable
public class Greeting extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocale()
Locale of the greeting text.String
getText()
The greeting text for the specific locale.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
getLocale
public String getLocale()
Locale of the greeting text. Facebook will show this greeting text when user locale matches the provided locale. You must at least specify greeting text for the default locale. This is the text Facebook will fall back to if they don't find another matching the user's locale. See the list of supported locales.
-
-