Package com.restfb.types.threads
Class TdLocation
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.threads.TdLocation
- All Implemented Interfaces:
Serializable
Represents a
Location
in Threads.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe address of the location.getCity()
The city of the location.The country code of the location.The latitude of the location.The longitude of the location.The postal code of the location.void
setAddress
(String address) The address of the location.void
The city of the location.void
setCountry
(String country) The country code of the location.void
setLatitude
(Double latitude) The latitude of the location.void
setLongitude
(Double longitude) The longitude of the location.void
setPostalCode
(String postalCode) The postal code of the location.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdLocation
public TdLocation()
-
-
Method Details
-
getAddress
The address of the location. -
setAddress
The address of the location. -
getCity
The city of the location. -
setCity
The city of the location. -
getCountry
The country code of the location. -
setCountry
The country code of the location. -
getLatitude
The latitude of the location. -
setLatitude
The latitude of the location. -
getLongitude
The longitude of the location. -
setLongitude
The longitude of the location. -
getPostalCode
The postal code of the location. -
setPostalCode
The postal code of the location.
-