|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.NameResolutionCollection
public final class NameResolutionCollection
Represents a list of suggested name resolutions.
| Constructor Summary | |
|---|---|
protected |
NameResolutionCollection(ExchangeService service)
Represents a list of suggested name resolutions. |
| Method Summary | |
|---|---|
int |
getCount()
Gets the total number of elements in the list. |
boolean |
getIncludesAllResolutions()
Gets a value indicating whether more suggested resolutions are available. |
protected ExchangeService |
getSession()
Gets the session. |
Iterator<NameResolution> |
iterator()
|
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Loads from XML. |
NameResolution |
nameResolutionCollection(int index)
Gets the name resolution at the specified index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NameResolutionCollection(ExchangeService service)
service - the service| Method Detail |
|---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionprotected ExchangeService getSession()
public int getCount()
public boolean getIncludesAllResolutions()
public NameResolution nameResolutionCollection(int index)
throws ArgumentOutOfRangeException
index - the index
ArgumentOutOfRangeException - the argument out of range exceptionpublic Iterator<NameResolution> iterator()
iterator in interface Iterable<NameResolution>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||