|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.FolderIdWrapperList
public class FolderIdWrapperList
Represents a list a abstracted folder Ids.
| Constructor Summary | |
|---|---|
FolderIdWrapperList()
|
|
| Method Summary | |
|---|---|
void |
add(Folder folder)
Adds the specified folder. |
void |
add(FolderId folderId)
Adds the specified folder id. |
protected void |
addRangeFolder(Iterable<Folder> folders)
Adds the range. |
void |
addRangeFolderId(Iterable<FolderId> folderIds)
Adds the range of folder ids. |
int |
getCount()
Gets the id count. |
AbstractFolderIdWrapper |
getFolderIdWrapperList(int i)
Gets the |
Iterator<AbstractFolderIdWrapper> |
iterator()
|
void |
validate(ExchangeVersion version)
Validates list of folderIds against a specified request version. |
void |
writeToXml(EwsServiceXmlWriter writer,
XmlNamespace ewsNamesapce,
String xmlElementName)
Writes to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FolderIdWrapperList()
| Method Detail |
|---|
public void add(Folder folder)
throws ServiceLocalException
folder - the folder
ServiceLocalException - the service local exception
protected void addRangeFolder(Iterable<Folder> folders)
throws ServiceLocalException
folders - the folder
ServiceLocalException - the service local exceptionpublic void add(FolderId folderId)
folderId - the folder idpublic void addRangeFolderId(Iterable<FolderId> folderIds)
folderIds - the folder ids
public void writeToXml(EwsServiceXmlWriter writer,
XmlNamespace ewsNamesapce,
String xmlElementName)
throws Exception
writer - the writerewsNamesapce - the ews namesapcexmlElementName - the xml element name
Exception - the exceptionpublic int getCount()
public AbstractFolderIdWrapper getFolderIdWrapperList(int i)
i - the i
public void validate(ExchangeVersion version)
throws ServiceVersionException
version - the version
ServiceVersionException - the service version exceptionpublic Iterator<AbstractFolderIdWrapper> iterator()
iterator in interface Iterable<AbstractFolderIdWrapper>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||