Uses of Class
microsoft.exchange.webservices.data.sync.Change
-
Packages that use Change Package Description microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.sync -
-
Uses of Change in microsoft.exchange.webservices.data.core.response
Classes in microsoft.exchange.webservices.data.core.response with type parameters of type Change Modifier and Type Class Description classSyncResponse<TServiceObject extends ServiceObject,TChange extends Change>Represents the base response class for synchronuization operations. -
Uses of Change in microsoft.exchange.webservices.data.sync
Classes in microsoft.exchange.webservices.data.sync with type parameters of type Change Modifier and Type Class Description classChangeCollection<TChange extends Change>Represents a collection of changes as returned by a synchronization operation.Subclasses of Change in microsoft.exchange.webservices.data.sync Modifier and Type Class Description classFolderChangeRepresents a change on a folder as returned by a synchronization operation.classItemChangeRepresents a change on an item as returned by a synchronization operation.
-