org.springframework.social.linkedin.api
Class Products

java.lang.Object
  extended by org.springframework.social.linkedin.api.SearchResult
      extended by org.springframework.social.linkedin.api.Products
All Implemented Interfaces:
java.io.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)
           
 
Method Summary
 java.util.List<Product> getProducts()
           
 
Methods inherited from class org.springframework.social.linkedin.api.SearchResult
getCount, getStart, getTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Products

public Products(int count,
                int start,
                int total)
Method Detail

getProducts

public java.util.List<Product> getProducts()