public final class ExpandGroupResults extends Object implements Iterable<EmailAddress>
Constructor and Description |
---|
ExpandGroupResults()
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the number of members that were returned by the ExpandGroup
operation.
|
boolean |
getIncludesAllMembers()
Gets a value indicating whether all the members of the group have been
returned by ExpandGroup.
|
Collection<EmailAddress> |
getMembers()
Gets the members of the expanded group.
|
Iterator<EmailAddress> |
iterator()
Returns an iterator over a set of elements of type T.
|
void |
loadFromXml(EwsServiceXmlReader reader)
Gets the members of the expanded group.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ExpandGroupResults()
public int getCount()
public boolean getIncludesAllMembers()
public Collection<EmailAddress> getMembers()
public void loadFromXml(EwsServiceXmlReader reader) throws Exception
reader
- the readerException
- the exceptionpublic Iterator<EmailAddress> iterator()
iterator
in interface Iterable<EmailAddress>
Copyright © 2012–2015 Microsoft. All rights reserved.