Package com.restfb.types.send
Class LocationAttachment
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.MessageAttachment
-
- com.restfb.types.send.LocationAttachment
-
- All Implemented Interfaces:
Serializable
public class LocationAttachment extends MessageAttachment
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationAttachment(double lat, double longVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.restfb.types.send.LocationAttachment.LocationPayload
getPayload()
-
Methods inherited from class com.restfb.types.send.MessageAttachment
getType, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
LocationAttachment
public LocationAttachment(double lat, double longVal)
-
-
Method Detail
-
getPayload
public com.restfb.types.send.LocationAttachment.LocationPayload getPayload()
-
-