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

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

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

Methods in com.google.code.linkedinapi.schema that return MemberGroups
 MemberGroups ObjectFactory.createMemberGroups()
          Create an instance of MemberGroups
 MemberGroups SchemaElementFactory.createMemberGroups()
          Create an instance of MemberGroups
 MemberGroups Person.getMemberGroups()
          Gets the value of the memberGroups property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type MemberGroups
 void Person.setMemberGroups(MemberGroups value)
          Sets the value of the memberGroups property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement MemberGroups
 class MemberGroupsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return MemberGroups
 MemberGroups PersonImpl.getMemberGroups()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type MemberGroups
 void PersonImpl.setMemberGroups(MemberGroups value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return MemberGroups
 MemberGroups XppElementFactory.createMemberGroups()
           
 MemberGroups PersonImpl.getMemberGroups()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type MemberGroups
 void PersonImpl.setMemberGroups(MemberGroups value)