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

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

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

Methods in com.google.code.linkedinapi.schema that return MemberGroup
 MemberGroup ObjectFactory.createMemberGroup()
          Create an instance of MemberGroup
 MemberGroup SchemaElementFactory.createMemberGroup()
          Create an instance of MemberGroup
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type MemberGroup
 java.util.List<MemberGroup> MemberGroups.getMemberGroupList()
          Gets the value of the memberGroupList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement MemberGroup
 class MemberGroupImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type MemberGroup
protected  java.util.List<MemberGroup> MemberGroupsImpl.memberGroupList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type MemberGroup
 java.util.List<MemberGroup> MemberGroupsImpl.getMemberGroupList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type MemberGroup
protected  java.util.List<MemberGroup> MemberGroupsImpl.memberGroupList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return MemberGroup
 MemberGroup XppElementFactory.createMemberGroup()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type MemberGroup
 java.util.List<MemberGroup> MemberGroupsImpl.getMemberGroupList()