Package com.restfb.types.send
Class BasicRefData
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.BasicRefData
-
- All Implemented Interfaces:
Serializable
public class BasicRefData extends AbstractFacebookType
used in the Messenger Code API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicRefData(String ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRef()
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
BasicRefData
public BasicRefData(String ref)
-
-