org.springframework.social.linkedin.api
Class Products
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.SearchResult
org.springframework.social.linkedin.api.Products
- All Implemented Interfaces:
- Serializable
public class Products
- extends SearchResult
Model class representing a list of products.
- See Also:
- Serialized Form
|
Constructor Summary |
Products(int count,
int start,
int total)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Products
public Products(int count,
int start,
int total)
getProducts
public List<Product> getProducts()