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

Packages that use Like
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

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

Methods in com.google.code.linkedinapi.schema that return Like
 Like ObjectFactory.createLike()
          Create an instance of Like
 Like SchemaElementFactory.createLike()
          Create an instance of Like
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Like
 java.util.List<Like> Likes.getLikeList()
          Gets the value of the likeList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Like
 class LikeImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Like
protected  java.util.List<Like> LikesImpl.likeList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Like
 java.util.List<Like> LikesImpl.getLikeList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Like
protected  java.util.List<Like> LikesImpl.likeList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Like
 Like XppElementFactory.createLike()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Like
 java.util.List<Like> LikesImpl.getLikeList()