Uses of Class
microsoft.exchange.webservices.data.core.service.item.Item
-
-
Uses of Item in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with type parameters of type Item Modifier and Type Method Description <TItem extends Item>
TItemExchangeService. bindToItem(Class<TItem> c, ItemId itemId, PropertySet propertySet)Bind to item.static <TItem extends Item>
TItemEwsUtilities. findFirstItemOfType(Class<TItem> cls, Iterable<Item> items)Finds the first item of type TItem (not a descendant type) in the specified collection.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.Methods in microsoft.exchange.webservices.data.core that return Item Modifier and Type Method Description ItemExchangeService. bindToItem(ItemId itemId, PropertySet propertySet)Binds to multiple item in a single call to EWS.ItemExchangeService. copyItem(ItemId itemId, FolderId destinationFolderId)Copies an item.static ItemEwsUtilities. createItemFromItemClass(ItemAttachment itemAttachment, Class<?> itemClass, boolean isNew)Creates the item from item class.static ItemEwsUtilities. createItemFromXmlElementName(ItemAttachment itemAttachment, String xmlElementName)Creates the item from xml element name.ItemExchangeService. moveItem(ItemId itemId, FolderId destinationFolderId)Copies multiple item in a single call to EWS.ItemExchangeService. updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates an item.Methods in microsoft.exchange.webservices.data.core that return types with arguments of type Item Modifier and Type Method Description FindItemsResults<Item>ExchangeService. findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view)Obtains a 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.FindItemsResults<Item>ExchangeService. findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view)Obtains a 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.FindItemsResults<Item>ExchangeService. findItems(WellKnownFolderName parentFolderName, ItemView view)Obtains a list of item by searching the contents of a specific folder.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, String queryString, ItemView view)Obtains a 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.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view)Obtains a 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.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, ItemView view)Obtains a 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.List<Item>ExchangeService. internalCreateResponseObject(ServiceObject responseObject, FolderId parentFolderId, MessageDisposition messageDisposition)Create response object.Methods in microsoft.exchange.webservices.data.core with parameters of type Item Modifier and Type Method Description voidExchangeService. createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Creates an item.voidExchangeService. sendItem(Item item, FolderId savedCopyDestinationFolderId)Send item.ItemExchangeService. updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates an item.Method parameters in microsoft.exchange.webservices.data.core with type arguments of type Item Modifier and Type Method Description ServiceResponseCollection<ServiceResponse>ExchangeService. createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Creates multiple item in a single EWS call.static <TItem extends Item>
TItemEwsUtilities. findFirstItemOfType(Class<TItem> cls, Iterable<Item> items)Finds the first item of type TItem (not a descendant type) in the specified collection.ServiceResponseCollection<ServiceResponse>ExchangeService. internalLoadPropertiesForItems(Iterable<Item> items, PropertySet propertySet, ServiceErrorHandling errorHandling)Loads the property of multiple item in a single call to EWS.ServiceResponseCollection<ServiceResponse>ExchangeService. loadPropertiesForItems(Iterable<Item> items, PropertySet propertySet)Loads the property of multiple item in a single call to EWS.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 Item in microsoft.exchange.webservices.data.core.request
Classes in microsoft.exchange.webservices.data.core.request with type parameters of type Item Modifier and Type Class Description classFindItemRequest<TItem extends Item>Represents a FindItem request.Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type Item Modifier and Type Method Description Iterable<Item>SendItemRequest. getItems()Gets the item.List<Item>UpdateItemRequest. getItems()Gets the item.Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type Item Modifier and Type Method Description voidSendItemRequest. setItems(Iterable<Item> items)Sets the item. -
Uses of Item in microsoft.exchange.webservices.data.core.response
Classes in microsoft.exchange.webservices.data.core.response with type parameters of type Item Modifier and Type Class Description classFindItemResponse<TItem extends Item>Represents the response to a item search operation.Methods in microsoft.exchange.webservices.data.core.response that return Item Modifier and Type Method Description ItemGetItemResponse. getItem()Gets the item that was retrieved.ItemMoveCopyItemResponse. getItem()Gets the copied or moved item.protected ItemCreateItemResponse. getObjectInstance(ExchangeService service, String xmlElementName)Gets Item instance.protected ItemCreateResponseObjectResponse. getObjectInstance(ExchangeService service, String xmlElementName)Gets Item instance.ItemUpdateItemResponse. getReturnedItem()Gets the item that was returned by the update operation.Constructors in microsoft.exchange.webservices.data.core.response with parameters of type Item Constructor Description CreateItemResponse(Item item)Initializes a new instance.GetItemResponse(Item item, PropertySet propertySet)Initializes a new instance of the class.UpdateItemResponse(Item item)Initializes a new instance of the class. -
Uses of Item in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder that return types with arguments of type Item Modifier and Type Method Description FindItemsResults<Item>Folder. findItems(String queryString, ItemView view)Find item.GroupedFindItemsResults<Item>Folder. findItems(String queryString, ItemView view, Grouping groupBy)Find item.FindItemsResults<Item>Folder. findItems(SearchFilter searchFilter, ItemView view)Find item.GroupedFindItemsResults<Item>Folder. findItems(SearchFilter searchFilter, ItemView view, Grouping groupBy)Find item.FindItemsResults<Item>Folder. findItems(ItemView view)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 Item in microsoft.exchange.webservices.data.core.service.item
Subclasses of Item in microsoft.exchange.webservices.data.core.service.item Modifier and Type Class Description classAppointmentRepresents an appointment or a meeting.classContactRepresents a contact.classContactGroupRepresents a Contact Group.classEmailMessageRepresents an e-mail message.classMeetingCancellationRepresents a meeting cancellation message.classMeetingMessageRepresents a meeting-related message.classMeetingRequestRepresents a meeting request that an attendee can accept or decline.classMeetingResponseRepresents a response to a meeting request.classPostItemRepresents a post item.classTaskRepresents a Task item.Methods in microsoft.exchange.webservices.data.core.service.item that return Item Modifier and Type Method Description static ItemItem. bind(ExchangeService service, ItemId id)Binds to an existing item, whatever its actual type is, and loads the specified set of property.static ItemItem. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing item, whatever its actual type is, and loads the specified set of property.ItemItem. copy(WellKnownFolderName destinationFolderName)Creates a copy of this item in the specified folder.ItemItem. copy(FolderId destinationFolderId)Creates a copy of this item in the specified folder.protected ItemItem. internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Update item.ItemItem. move(WellKnownFolderName destinationFolderName)Moves this item to a the specified folder.ItemItem. move(FolderId destinationFolderId)Moves this item to a the specified folder. -
Uses of Item in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that return types with arguments of type Item Modifier and Type Method Description List<Item>RemoveFromCalendar. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)Create response object.protected List<Item>ResponseObject. internalCreate(FolderId destinationFolderId, MessageDisposition messageDisposition)Create the response object.Constructors in microsoft.exchange.webservices.data.core.service.response with parameters of type Item Constructor Description AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative)Initializes a new instance of the AcceptMeetingInvitationMessage class.CalendarResponseMessage(Item referenceItem)Initializes a new instance of the CalendarResponseMessage class.CancelMeetingMessage(Item referenceItem)Initializes a new instance of the class.DeclineMeetingInvitationMessage(Item referenceItem)Initializes a new instance of the DeclineMeetingInvitationMessage class.PostReply(Item referenceItem)Initializes a new instance of the class.RemoveFromCalendar(Item referenceItem)Initializes a new instance of the RemoveFromCalendar class.ResponseMessage(Item referenceItem, ResponseMessageType responseType)Initializes a new instance of the class.ResponseObject(Item referenceItem)Initializes a new instance of the class.SuppressReadReceipt(Item referenceItem)Initializes a new instance of the class. -
Uses of Item in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return Item Modifier and Type Method Description ItemAbstractItemIdWrapper. getItem()Obtains the ItemBase object associated with the wrapper.ItemItemWrapper. getItem()Obtains the ItemBase object associated with the wrapper.ItemItemIdWrapperList. getItemIdWrapperList(int i)Gets the item at the specified index.Methods in microsoft.exchange.webservices.data.misc with parameters of type Item Modifier and Type Method Description protected voidItemIdWrapperList. add(Item item)Adds the specified item.Method parameters in microsoft.exchange.webservices.data.misc with type arguments of type Item Modifier and Type Method Description voidItemIdWrapperList. addRangeItem(Iterable<Item> items)Adds the specified item.Constructors in microsoft.exchange.webservices.data.misc with parameters of type Item Constructor Description ItemWrapper(Item item)Initializes a new instance of ItemWrapper.Constructor parameters in microsoft.exchange.webservices.data.misc with type arguments of type Item Constructor Description CalendarActionResults(Iterable<Item> items)Initializes a new instance of the class. -
Uses of Item in microsoft.exchange.webservices.data.property.complex
Classes in microsoft.exchange.webservices.data.property.complex with type parameters of type Item Modifier and Type Class Description classGenericItemAttachment<TItem extends Item>Represents a strongly typed item attachment.classItemCollection<TItem extends Item>Represents a collection of item.Methods in microsoft.exchange.webservices.data.property.complex with type parameters of type Item Modifier and Type Method Description <TItem extends Item>
GenericItemAttachment<TItem>AttachmentCollection. addItemAttachment(Class<TItem> cls)Adds an item attachment to the collection.Methods in microsoft.exchange.webservices.data.property.complex that return Item Modifier and Type Method Description ItemItemAttachment. getItem()Gets the item associated with the attachment.ItemAttachment. getOwner()Gets the owner of the attachment.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Item Modifier and Type Method Description protected voidItemAttachment. setItem(Item item)Sets the item associated with the attachment.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type Item Constructor Description Attachment(Item owner)Initializes a new instance.FileAttachment(Item owner)Initializes a new instance.GenericItemAttachment(Item owner)Initializes a new instance of the GenericItemAttachment class.ItemAttachment(Item owner)Initializes a new instance of the class. -
Uses of Item in microsoft.exchange.webservices.data.search
Classes in microsoft.exchange.webservices.data.search with type parameters of type Item Modifier and Type Class Description classFindItemsResults<TItem extends Item>Represents the results of an item search operation.classGroupedFindItemsResults<TItem extends Item>Represents the results of an item search operation.classItemGroup<TItem extends Item>Represents a group of item as returned by grouped item search operations. -
Uses of Item in microsoft.exchange.webservices.data.sync
Methods in microsoft.exchange.webservices.data.sync that return Item Modifier and Type Method Description ItemItemChange. getItem()Gets the item the change applies to.
-