|
||||||||
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. |
java.util.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 serviceMethod Detail |
---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
reader
- the reader
java.lang.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 java.util.Iterator<NameResolution> iterator()
iterator
in interface java.lang.Iterable<NameResolution>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |