Uses of Class
microsoft.exchange.webservices.data.ServiceObject

Uses of ServiceObject in microsoft.exchange.webservices.data
 

Classes in microsoft.exchange.webservices.data with type parameters of type ServiceObject
 class SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
          * Represents the base response class for synchronuization operations.
 

Subclasses of ServiceObject in microsoft.exchange.webservices.data
 class AcceptMeetingInvitationMessage
          Represents a meeting acceptance message.
 class Appointment
          Represents an appointment or a meeting.
 class CalendarFolder
          Represents a folder containing appointments.
 class CalendarResponseMessage<TMessage extends EmailMessage>
          Represents the base class for accept, tentatively accept and decline response messages.
 class CalendarResponseMessageBase<TMessage extends EmailMessage>
          Represents the base class for all calendar-related response messages.
 class CancelMeetingMessage
          Represents a meeting cancellation message.
 class Contact
          Represents a contact.
 class ContactGroup
          Represents a Contact Group.
 class ContactsFolder
          Represents a folder containing contacts.
 class Conversation
          Represents a collection of Conversation related properties.
 class DeclineMeetingInvitationMessage
          Represents a meeting declination message.
 class EmailMessage
          Represents an e-mail message.
 class Folder
          Represents a generic folder.
 class Item
          Represents a generic item.
 class MeetingCancellation
          Represents a meeting cancellation message.
 class MeetingMessage
          Represents a meeting-related message.
 class MeetingRequest
          Represents a meeting request that an attendee can accept or decline.
 class MeetingResponse
          Represents a response to a meeting request.
 class PostItem
          Represents a post item.
 class PostReply
          Represents a reply to a post item.
 class ResponseMessage
          The Class ResponseMessage.
 class ResponseObject<TMessage extends EmailMessage>
          The Class ResponseObject.
 class SearchFolder
          Represents a search folder.
 class Task
          Represents a Task item.
 class TasksFolder
          Represents a folder containing task items.
 

Methods in microsoft.exchange.webservices.data that return ServiceObject
 ServiceObject UpdateItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
           
 ServiceObject MoveCopyItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject MoveCopyFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject GetItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject GetFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject AttachmentCollection.getOwner()
          The owner of this attachment collection.
protected  ServiceObject Change.getServiceObject()
          Gets the service object the change applies to.
 

Methods in microsoft.exchange.webservices.data with parameters of type ServiceObject
protected  List<Item> ExchangeService.internalCreateResponseObject(ServiceObject responseObject, FolderId parentFolderId, MessageDisposition messageDisposition)
          Create response object.
 void ItemAttachment.serviceObjectChanged(ServiceObject serviceObject)
          Service object changed.
 void AttachmentCollection.setOwner(ServiceObject value)
          The owner of this attachment collection.
protected  void Change.setServiceObject(ServiceObject serviceObject)
          Sets the service object.
protected  boolean PhysicalAddressEntry.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          Writes the delete update to XML.
 boolean GroupMemberCollection.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          * Writes the deletion update to XML.
 boolean ExtendedPropertyCollection.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          * Writes the deletion update to XML.
 boolean DictionaryProperty.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          * Writes deletion update to XML.
protected  boolean DictionaryEntryProperty.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          Writes the delete update to XML.
 boolean ComplexPropertyCollection.writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject)
          * Writes the deletion update to XML.
 boolean GroupMemberCollection.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ownerObject, PropertyDefinition propertyDefinition)
          * Writes the update to XML.
 boolean ExtendedPropertyCollection.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, PropertyDefinition propertyDefinition)
          * Writes the update to XML.
 boolean DictionaryProperty.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, PropertyDefinition propertyDefinition)
          * Writes updates to XML.
 boolean ComplexPropertyCollection.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, PropertyDefinition propertyDefinition)
          Write set update to xml.
protected  boolean PhysicalAddressEntry.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, String ownerDictionaryXmlElementName)
          Writes the update to XML.
protected  boolean DictionaryEntryProperty.writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, String ownerDictionaryXmlElementName)
          Writes the set update to XML.
 



Copyright © 2012. All Rights Reserved.