Uses of Interface
microsoft.exchange.webservices.data.core.response.IGetObjectInstanceDelegate
-
Packages that use IGetObjectInstanceDelegate Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response -
-
Uses of IGetObjectInstanceDelegate in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type IGetObjectInstanceDelegate Modifier and Type Method Description <TServiceObject extends ServiceObject>
List<TServiceObject>EwsServiceXmlReader. readServiceObjectsCollectionFromXml(String collectionXmlElementName, IGetObjectInstanceDelegate<ServiceObject> getObjectInstanceDelegate, boolean clearPropertyBag, PropertySet requestedPropertySet, boolean summaryPropertiesOnly)Reads the service objects collection from XML. -
Uses of IGetObjectInstanceDelegate in microsoft.exchange.webservices.data.core.response
Classes in microsoft.exchange.webservices.data.core.response that implement IGetObjectInstanceDelegate Modifier and Type Class Description classCreateFolderResponseRepresents the response to an individual folder creation operation.classCreateItemResponseRepresents the response to an individual item creation operation.classCreateResponseObjectResponseRepresents response to generic Create request.classGetFolderResponseRepresents the response to an individual folder retrieval operation.classGetItemResponseRepresents a response to an individual item retrieval operation.classMoveCopyFolderResponseRepresents the base response class for individual folder move and copy operations.classMoveCopyItemResponseRepresents a response to a Move or Copy operation.classUpdateFolderResponseRepresents response to UpdateFolder request.classUpdateItemResponseThe Class UpdateItemResponse.
-