org.springframework.social.linkedin.api
Class Product.ProductRecommendation
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Product.ProductRecommendation
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Product
public static final class Product.ProductRecommendation
- extends LinkedInObject
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product.ProductRecommendation
public Product.ProductRecommendation(int id,
int productId,
LinkedInProfile recommender,
String text,
Date timestamp)
getId
public int getId()
getProductId
public int getProductId()
getRecommender
public LinkedInProfile getRecommender()
getText
public String getText()
getTimestamp
public Date getTimestamp()