|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Grouping in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type Grouping | ||
|---|---|---|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
String queryString,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
ServiceErrorHandling errorHandlingMode)
Finds item. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
String queryString,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
| Uses of Grouping in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return Grouping | |
|---|---|
Grouping |
FindItemRequest.getGroupBy()
Gets the group by. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type Grouping | |
|---|---|
void |
FindItemRequest.setGroupBy(Grouping value)
Sets the group by. |
| Uses of Grouping in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type Grouping | |
|---|---|
GroupedFindItemsResults<Item> |
Folder.findItems(ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of this folder. |
GroupedFindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(String queryString,
ItemView view,
Grouping groupBy)
Find item. |
| Uses of Grouping in microsoft.exchange.webservices.data.search |
|---|
| Methods in microsoft.exchange.webservices.data.search with parameters of type Grouping | |
|---|---|
protected abstract void |
ViewBase.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes the search settings to XML. |
protected void |
PagedView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML. |
protected void |
ItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML. |
protected void |
ConversationIndexedItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML. |
protected void |
CalendarView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes the search settings to XML. |
void |
ViewBase.writeToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes to XML. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||