|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ExpandGroupResults
public final class ExpandGroupResults
Represents the results of an ExpandGroup operation.
Constructor Summary | |
---|---|
protected |
ExpandGroupResults()
Initializes a new instance of the class. |
Method Summary | |
---|---|
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. |
java.util.Collection<EmailAddress> |
getMembers()
Gets the members of the expanded group. |
java.util.Iterator<EmailAddress> |
iterator()
Returns an iterator over a set of elements of type T. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Gets the members of the expanded group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ExpandGroupResults()
Method Detail |
---|
public int getCount()
public boolean getIncludesAllMembers()
public java.util.Collection<EmailAddress> getMembers()
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
reader
- the reader
java.lang.Exception
- the exceptionpublic java.util.Iterator<EmailAddress> iterator()
iterator
in interface java.lang.Iterable<EmailAddress>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |