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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Update
 java.util.List<Update> Updates.getUpdateList()
          Gets the value of the updateList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Update
 class UpdateImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Update
protected  java.util.List<Update> UpdatesImpl.updateList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Update
 java.util.List<Update> UpdatesImpl.getUpdateList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Update
protected  java.util.List<Update> UpdatesImpl.updateList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Update
 Update XppElementFactory.createUpdate()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Update
 java.util.List<Update> UpdatesImpl.getUpdateList()