org.springframework.social.linkedin.api
Class Company
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Company
- All Implemented Interfaces:
- Serializable
public class Company
- extends LinkedInObject
- implements Serializable
Model class representing a Company
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Company
public Company(int id,
String name)
getId
public int getId()
getName
public String getName()
getIndustry
public String getIndustry()
getSize
public String getSize()
getType
public String getType()
getEmailDomains
public List<String> getEmailDomains()
getBlogRssUrl
public String getBlogRssUrl()
getCompanyType
public CodeAndName getCompanyType()
getDescription
public String getDescription()
getEmployeeCountRange
public CodeAndName getEmployeeCountRange()
getFoundedYear
public int getFoundedYear()
getLocations
public List<Company.CompanyLocation> getLocations()
getLogoUrl
public String getLogoUrl()
getNumFollowers
public int getNumFollowers()
getSpecialties
public List<String> getSpecialties()
getSquareLogoUrl
public String getSquareLogoUrl()
getStatus
public CodeAndName getStatus()
getStockExchange
public CodeAndName getStockExchange()
getTicker
public String getTicker()
getTwitterId
public String getTwitterId()
getUniversalName
public String getUniversalName()
getWebsiteUrl
public String getWebsiteUrl()