microsoft.exchange.webservices.data
Class SyncFolderItemsResponse

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceResponse
      extended by microsoft.exchange.webservices.data.SyncResponse<Item,ItemChange>
          extended by microsoft.exchange.webservices.data.SyncFolderItemsResponse

public final class SyncFolderItemsResponse
extends SyncResponse<Item,ItemChange>

Represents the response to a folder items synchronization operation.


Constructor Summary
protected SyncFolderItemsResponse(PropertySet propertySet)
          * Initializes a new instance of the class.
 
Method Summary
protected  ItemChange createChangeInstance()
          Creates an item change instance.
protected  java.lang.String getIncludesLastInRangeXmlElementName()
          Gets the name of the includes last in range XML element.
protected  boolean getSummaryPropertiesOnly()
          * Gets a value indicating whether this request returns full or summary properties.
 
Methods inherited from class microsoft.exchange.webservices.data.SyncResponse
getChanges, readElementsFromXml
 
Methods inherited from class microsoft.exchange.webservices.data.ServiceResponse
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, internalThrowIfNecessary, loaded, loadExtraErrorDetailsFromXml, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, setErrorMessage, throwIfNecessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncFolderItemsResponse

protected SyncFolderItemsResponse(PropertySet propertySet)
* Initializes a new instance of the class.

Parameters:
propertySet - the property set
Method Detail

getIncludesLastInRangeXmlElementName

protected java.lang.String getIncludesLastInRangeXmlElementName()
Gets the name of the includes last in range XML element.

Specified by:
getIncludesLastInRangeXmlElementName in class SyncResponse<Item,ItemChange>
Returns:
XML element name.

createChangeInstance

protected ItemChange createChangeInstance()
Creates an item change instance.

Specified by:
createChangeInstance in class SyncResponse<Item,ItemChange>
Returns:
ItemChange instance

getSummaryPropertiesOnly

protected boolean getSummaryPropertiesOnly()
* Gets a value indicating whether this request returns full or summary properties. true if summary properties only; otherwise, false.

Specified by:
getSummaryPropertiesOnly in class SyncResponse<Item,ItemChange>
Returns:
the summary properties only