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

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

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

Methods in com.google.code.linkedinapi.schema that return Updates
 Updates ObjectFactory.createUpdates()
          Create an instance of Updates
 Updates SchemaElementFactory.createUpdates()
          Create an instance of Updates
 Updates Network.getUpdates()
          Gets the value of the updates property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Updates
 void Network.setUpdates(Updates value)
          Sets the value of the updates property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Updates
 class UpdatesImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Updates
 Updates NetworkImpl.getUpdates()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Updates
 void NetworkImpl.setUpdates(Updates value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Updates
 Updates XppElementFactory.createUpdates()
           
 Updates NetworkImpl.getUpdates()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Updates
 void NetworkImpl.setUpdates(Updates value)