Package | Description |
---|---|
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
protected GroupMember |
GroupMemberCollection.createComplexProperty(String xmlElementName)
Creates a GroupMember object from an XML element name.
|
GroupMember |
GroupMemberCollection.find(String key)
* Finds the member with the specified key in the collection.Members that
have not yet been saved do not have a key.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberCollection.add(GroupMember member)
Adds a member to the collection.
|
protected String |
GroupMemberCollection.getCollectionItemXmlElementName(GroupMember member)
Retrieves the XML element name corresponding to the provided
GroupMember object.
|
boolean |
GroupMemberCollection.remove(GroupMember member)
Removes a member from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberCollection.addRange(Iterator<GroupMember> members)
Adds multiple members to the collection.
|
Constructor and Description |
---|
GroupMember(GroupMember member)
Initializes a new instance of the GroupMember class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.