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

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

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

Methods in com.google.code.linkedinapi.schema that return UpdateContent
 UpdateContent ObjectFactory.createUpdateContent()
          Create an instance of UpdateContent
 UpdateContent SchemaElementFactory.createUpdateContent()
          Create an instance of UpdateContent
 UpdateContent Update.getUpdateContent()
          Gets the value of the updateContent property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type UpdateContent
 void Update.setUpdateContent(UpdateContent value)
          Sets the value of the updateContent property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement UpdateContent
 class UpdateContentImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return UpdateContent
 UpdateContent UpdateImpl.getUpdateContent()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return UpdateContent
 UpdateContent XppElementFactory.createUpdateContent()
           
 UpdateContent UpdateImpl.getUpdateContent()
           
 

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