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

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

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

Methods in com.google.code.linkedinapi.schema that return SiteGroupRequest
 SiteGroupRequest ObjectFactory.createSiteGroupRequest()
          Create an instance of SiteGroupRequest
 SiteGroupRequest SchemaElementFactory.createSiteGroupRequest()
          Create an instance of SiteGroupRequest
 SiteGroupRequest MemberGroup.getSiteGroupRequest()
          Gets the value of the siteGroupRequest property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type SiteGroupRequest
 void MemberGroup.setSiteGroupRequest(SiteGroupRequest value)
          Sets the value of the siteGroupRequest property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement SiteGroupRequest
 class SiteGroupRequestImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return SiteGroupRequest
 SiteGroupRequest MemberGroupImpl.getSiteGroupRequest()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type SiteGroupRequest
 void MemberGroupImpl.setSiteGroupRequest(SiteGroupRequest value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return SiteGroupRequest
 SiteGroupRequest XppElementFactory.createSiteGroupRequest()
           
 SiteGroupRequest MemberGroupImpl.getSiteGroupRequest()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type SiteGroupRequest
 void MemberGroupImpl.setSiteGroupRequest(SiteGroupRequest value)