Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ConflictResolutionMode
-
-
Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ConflictResolutionMode Modifier and Type Method Description ItemExchangeService. updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates an item.ServiceResponseCollection<UpdateItemResponse>ExchangeService. updateItems(Iterable<Item> items, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates multiple item in a single EWS call. -
Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ConflictResolutionMode Modifier and Type Method Description static ConflictResolutionModeConflictResolutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictResolutionMode[]ConflictResolutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return ConflictResolutionMode Modifier and Type Method Description ConflictResolutionModeUpdateItemRequest. getConflictResolutionMode()Gets the conflict resolution mode.Methods in microsoft.exchange.webservices.data.core.request with parameters of type ConflictResolutionMode Modifier and Type Method Description voidUpdateItemRequest. setConflictResolutionMode(ConflictResolutionMode value)Sets the conflict resolution mode. -
Uses of ConflictResolutionMode in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type ConflictResolutionMode Modifier and Type Method Description protected ItemItem. internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Update item.voidAppointment. update(ConflictResolutionMode conflictResolutionMode, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Applies the local changes that have been made to this appointment.voidItem. update(ConflictResolutionMode conflictResolutionMode)Applies the local changes that have been made to this item.TaskTask. updateTask(ConflictResolutionMode conflictResolutionMode)Applies the local changes that have been made to this task.
-