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

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

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

Methods in com.google.code.linkedinapi.schema that return Headers
 Headers ObjectFactory.createHeaders()
          Create an instance of Headers
 Headers SchemaElementFactory.createHeaders()
          Create an instance of Headers
 Headers ApiStandardProfileRequest.getHeaders()
          Gets the value of the headers property.
 Headers SiteGroupRequest.getHeaders()
          Gets the value of the headers property.
 Headers SiteStandardProfileRequest.getHeaders()
          Gets the value of the headers property.
 Headers SiteJobRequest.getHeaders()
          Gets the value of the headers property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Headers
 void ApiStandardProfileRequest.setHeaders(Headers value)
          Sets the value of the headers property.
 void SiteGroupRequest.setHeaders(Headers value)
          Sets the value of the headers property.
 void SiteStandardProfileRequest.setHeaders(Headers value)
          Sets the value of the headers property.
 void SiteJobRequest.setHeaders(Headers value)
          Sets the value of the headers property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Headers
 class HeadersImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Headers
 Headers SiteStandardProfileRequestImpl.getHeaders()
           
 Headers SiteJobRequestImpl.getHeaders()
           
 Headers SiteGroupRequestImpl.getHeaders()
           
 Headers ApiStandardProfileRequestImpl.getHeaders()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Headers
 void SiteStandardProfileRequestImpl.setHeaders(Headers value)
           
 void SiteJobRequestImpl.setHeaders(Headers value)
           
 void SiteGroupRequestImpl.setHeaders(Headers value)
           
 void ApiStandardProfileRequestImpl.setHeaders(Headers value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Headers
 Headers XppElementFactory.createHeaders()
           
 Headers SiteStandardProfileRequestImpl.getHeaders()
           
 Headers SiteJobRequestImpl.getHeaders()
           
 Headers SiteGroupRequestImpl.getHeaders()
           
 Headers ApiStandardProfileRequestImpl.getHeaders()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Headers
 void SiteStandardProfileRequestImpl.setHeaders(Headers value)
           
 void SiteJobRequestImpl.setHeaders(Headers value)
           
 void SiteGroupRequestImpl.setHeaders(Headers value)
           
 void ApiStandardProfileRequestImpl.setHeaders(Headers value)