Uses of Class
microsoft.exchange.webservices.data.search.Grouping
-
-
Uses of Grouping in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type Grouping Modifier and Type Method Description protected <TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>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.<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>ExchangeService. findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)Finds item.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.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(FolderId parentFolderId, String queryString, 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, 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 Modifier and Type Method Description GroupingFindItemRequest. getGroupBy()Gets the group by.Methods in microsoft.exchange.webservices.data.core.request with parameters of type Grouping Modifier and Type Method Description voidFindItemRequest. 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 Modifier and Type Method Description GroupedFindItemsResults<Item>Folder. findItems(String queryString, ItemView view, Grouping groupBy)Find item.GroupedFindItemsResults<Item>Folder. findItems(SearchFilter searchFilter, ItemView view, Grouping groupBy)Find item.GroupedFindItemsResults<Item>Folder. findItems(ItemView view, Grouping groupBy)Obtains a grouped list of item by searching the contents of this folder. -
Uses of Grouping in microsoft.exchange.webservices.data.search
Methods in microsoft.exchange.webservices.data.search with parameters of type Grouping Modifier and Type Method Description protected voidCalendarView. internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)Writes the search settings to XML.protected voidConversationIndexedItemView. internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)Internals the write search settings to XML.protected voidItemView. internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)Internals the write search settings to XML.protected voidPagedView. internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)Internals the write search settings to XML.protected abstract voidViewBase. internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer, Grouping groupBy)Writes the search settings to XML.voidViewBase. writeToXml(EwsServiceXmlWriter writer, Grouping groupBy)Writes to XML.
-