microsoft.exchange.webservices.data.core.response
Class SyncFolderHierarchyResponse

java.lang.Object
  extended by microsoft.exchange.webservices.data.core.response.ServiceResponse
      extended by microsoft.exchange.webservices.data.core.response.SyncResponse<Folder,FolderChange>
          extended by microsoft.exchange.webservices.data.core.response.SyncFolderHierarchyResponse

public final class SyncFolderHierarchyResponse
extends SyncResponse<Folder,FolderChange>

Represents the response to a folder synchronization operation.


Constructor Summary
SyncFolderHierarchyResponse(PropertySet propertySet)
          Represents the response to a folder synchronization operation.
 
Method Summary
protected  FolderChange createChangeInstance()
          Creates a folder change instance.
protected  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 property.
 
Methods inherited from class microsoft.exchange.webservices.data.core.response.SyncResponse
getChanges, readElementsFromXml
 
Methods inherited from class microsoft.exchange.webservices.data.core.response.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

SyncFolderHierarchyResponse

public SyncFolderHierarchyResponse(PropertySet propertySet)
Represents the response to a folder synchronization operation.

Parameters:
propertySet - the property set
Method Detail

getIncludesLastInRangeXmlElementName

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

Specified by:
getIncludesLastInRangeXmlElementName in class SyncResponse<Folder,FolderChange>
Returns:
XML element name.

createChangeInstance

protected FolderChange createChangeInstance()
Creates a folder change instance.

Specified by:
createChangeInstance in class SyncResponse<Folder,FolderChange>
Returns:
FolderChange instance

getSummaryPropertiesOnly

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

Specified by:
getSummaryPropertiesOnly in class SyncResponse<Folder,FolderChange>
Returns:
the summary property only


Copyright © 2012–2015 Microsoft. All rights reserved.