Class Location
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.Location
-
- All Implemented Interfaces:
Serializable
public class Location extends AbstractFacebookType
Location object to be used in whatsapp message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Location(double latitude, double longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAddress(String address)
void
setName(String name)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Location
public Location(double latitude, double longitude)
-
-
Method Detail
-
setAddress
public void setAddress(String address)
-
-