org.springframework.social.linkedin.api
Class Location
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Location
- All Implemented Interfaces:
- Serializable
public class Location
- extends LinkedInObject
- implements Serializable
Model class representing a location.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location(String country,
String name)
getCountry
public String getCountry()
getName
public String getName()