Uses of Class
microsoft.exchange.webservices.data.core.enumeration.sync.ChangeType
-
Packages that use ChangeType Package Description microsoft.exchange.webservices.data.core.enumeration.sync microsoft.exchange.webservices.data.sync -
-
Uses of ChangeType in microsoft.exchange.webservices.data.core.enumeration.sync
Methods in microsoft.exchange.webservices.data.core.enumeration.sync that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChangeType in microsoft.exchange.webservices.data.sync
Methods in microsoft.exchange.webservices.data.sync that return ChangeType Modifier and Type Method Description ChangeTypeChange. getChangeType()Gets the type of the change.Methods in microsoft.exchange.webservices.data.sync with parameters of type ChangeType Modifier and Type Method Description voidChange. setChangeType(ChangeType changeType)sets the type of the change.
-