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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type UpdateComment
 java.util.List<UpdateComment> UpdateComments.getUpdateCommentList()
          Gets the value of the updateCommentList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement UpdateComment
 class UpdateCommentImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type UpdateComment
protected  java.util.List<UpdateComment> UpdateCommentsImpl.updateCommentList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type UpdateComment
 java.util.List<UpdateComment> UpdateCommentsImpl.getUpdateCommentList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type UpdateComment
protected  java.util.List<UpdateComment> UpdateCommentsImpl.updateCommentList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return UpdateComment
 UpdateComment XppElementFactory.createUpdateComment()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type UpdateComment
 java.util.List<UpdateComment> UpdateCommentsImpl.getUpdateCommentList()