|
|||||||||
| 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. |
Collection<EmailAddress> |
getMembers()
Gets the members of the expanded group. |
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 Collection<EmailAddress> getMembers()
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionpublic Iterator<EmailAddress> iterator()
iterator in interface Iterable<EmailAddress>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||