|
spring-social-linkedin | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.linkedin.api.SearchResult
org.springframework.social.linkedin.api.Products
public class Products
Model class representing a list of products.
| 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 |
|---|
public Products(int count,
int start,
int total)
| Method Detail |
|---|
public java.util.List<Product> getProducts()
|
spring-social-linkedin | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||