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

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

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

Methods in com.google.code.linkedinapi.schema that return SiteStandardProfileRequest
 SiteStandardProfileRequest ObjectFactory.createSiteStandardProfileRequest()
          Create an instance of SiteStandardProfileRequest
 SiteStandardProfileRequest SchemaElementFactory.createSiteStandardProfileRequest()
          Create an instance of SiteStandardProfileRequest
 SiteStandardProfileRequest Recommendee.getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 SiteStandardProfileRequest Person.getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 SiteStandardProfileRequest JobPoster.getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 SiteStandardProfileRequest Recommender.getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 SiteStandardProfileRequest Author.getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type SiteStandardProfileRequest
 void Recommendee.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 void Person.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 void JobPoster.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 void Recommender.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 void Author.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement SiteStandardProfileRequest
 class SiteStandardProfileRequestImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return SiteStandardProfileRequest
 SiteStandardProfileRequest RecommenderImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest RecommendeeImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest PersonImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest JobPosterImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest AuthorImpl.getSiteStandardProfileRequest()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type SiteStandardProfileRequest
 void RecommenderImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void RecommendeeImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void PersonImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void JobPosterImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void AuthorImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return SiteStandardProfileRequest
 SiteStandardProfileRequest XppElementFactory.createSiteStandardProfileRequest()
           
 SiteStandardProfileRequest RecommenderImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest RecommendeeImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest PersonImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest JobPosterImpl.getSiteStandardProfileRequest()
           
 SiteStandardProfileRequest AuthorImpl.getSiteStandardProfileRequest()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type SiteStandardProfileRequest
 void RecommenderImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void RecommendeeImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void PersonImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void JobPosterImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)
           
 void AuthorImpl.setSiteStandardProfileRequest(SiteStandardProfileRequest value)