Uses of Interface
com.google.code.linkedinapi.schema.Likes

Packages that use Likes
com.google.code.linkedinapi.client   
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Likes in com.google.code.linkedinapi.client
 

Methods in com.google.code.linkedinapi.client that return Likes
 Likes LinkedInApiClient.getNetworkUpdateLikes(java.lang.String networkUpdateId)
          Gets the network update likes.
 

Uses of Likes in com.google.code.linkedinapi.client.impl
 

Methods in com.google.code.linkedinapi.client.impl that return Likes
 Likes BaseLinkedInApiClient.getNetworkUpdateLikes(java.lang.String networkUpdateId)
           
 

Uses of Likes in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return Likes
 Likes ObjectFactory.createLikes()
          Create an instance of Likes
 Likes SchemaElementFactory.createLikes()
          Create an instance of Likes
 Likes Update.getLikes()
          Gets the value of the likes property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Likes
 void Update.setLikes(Likes value)
          Sets the value of the likes property.
 

Uses of Likes in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement Likes
 class LikesImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Likes
 Likes UpdateImpl.getLikes()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Likes
 void UpdateImpl.setLikes(Likes value)
           
 

Uses of Likes in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return Likes
 Likes XppElementFactory.createLikes()
           
 Likes UpdateImpl.getLikes()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Likes
 void UpdateImpl.setLikes(Likes value)