org.springframework.social.linkedin.api
Class Likes

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Likes
All Implemented Interfaces:
Serializable

public class Likes
extends LinkedInObject
implements Serializable

List of likes

See Also:
Serialized Form

Constructor Summary
Likes(List<LinkedInProfile> likes)
           
 
Method Summary
 List<LinkedInProfile> getLikes()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Likes

public Likes(List<LinkedInProfile> likes)
Method Detail

getLikes

public List<LinkedInProfile> getLikes()