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

Packages that use UpdateComments
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 UpdateComments in com.google.code.linkedinapi.client
 

Methods in com.google.code.linkedinapi.client that return UpdateComments
 UpdateComments LinkedInApiClient.getNetworkUpdateComments(java.lang.String networkUpdateId)
          Gets the network update comments.
 

Methods in com.google.code.linkedinapi.client that return types with arguments of type UpdateComments
 java.util.concurrent.Future<UpdateComments> AsyncLinkedInApiClient.getNetworkUpdateComments(java.lang.String networkUpdateId)
          Gets the network update comments.
 

Method parameters in com.google.code.linkedinapi.client with type arguments of type UpdateComments
 void AsyncHandlerLinkedInApiClient.getNetworkUpdateComments(java.lang.String networkUpdateId, AsyncResponseHandler<UpdateComments> handler)
          Gets the network update comments.
 

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

Methods in com.google.code.linkedinapi.client.impl that return UpdateComments
 UpdateComments BaseLinkedInApiClient.getNetworkUpdateComments(java.lang.String networkUpdateId)
          Gets the network update comments.
 

Methods in com.google.code.linkedinapi.client.impl that return types with arguments of type UpdateComments
 java.util.concurrent.Future<UpdateComments> AsyncLinkedInApiClientAdapter.getNetworkUpdateComments(java.lang.String networkUpdateId)
          Gets the network update comments.
 

Method parameters in com.google.code.linkedinapi.client.impl with type arguments of type UpdateComments
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdateComments(java.lang.String networkUpdateId, AsyncResponseHandler<UpdateComments> handler)
          Gets the network update comments.
 

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

Methods in com.google.code.linkedinapi.schema that return UpdateComments
 UpdateComments ObjectFactory.createUpdateComments()
          Create an instance of UpdateComments
 UpdateComments SchemaElementFactory.createUpdateComments()
          Create an instance of UpdateComments
 UpdateComments Update.getUpdateComments()
          Gets the value of the updateComments property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type UpdateComments
 void Update.setUpdateComments(UpdateComments value)
          Sets the value of the updateComments property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement UpdateComments
 class UpdateCommentsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return UpdateComments
 UpdateComments UpdateImpl.getUpdateComments()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return UpdateComments
 UpdateComments XppElementFactory.createUpdateComments()
          Create an instance of UpdateComments
 UpdateComments UpdateImpl.getUpdateComments()
           
 

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