Class SyncFolderItemsResponse
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.response.ServiceResponse
-
- microsoft.exchange.webservices.data.core.response.SyncResponse<Item,ItemChange>
-
- microsoft.exchange.webservices.data.core.response.SyncFolderItemsResponse
-
public final class SyncFolderItemsResponse extends SyncResponse<Item,ItemChange>
Represents the response to a folder item synchronization operation.
-
-
Constructor Summary
Constructors Constructor Description SyncFolderItemsResponse(PropertySet propertySet)Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemChangecreateChangeInstance()Creates an item change instance.protected StringgetIncludesLastInRangeXmlElementName()Gets the name of the includes last in range XML element.protected booleangetSummaryPropertiesOnly()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
-
-
-
-
Constructor Detail
-
SyncFolderItemsResponse
public SyncFolderItemsResponse(PropertySet propertySet)
Initializes a new instance of the class.- Parameters:
propertySet- the property set
-
-
Method Detail
-
getIncludesLastInRangeXmlElementName
protected String getIncludesLastInRangeXmlElementName()
Gets the name of the includes last in range XML element.- Specified by:
getIncludesLastInRangeXmlElementNamein classSyncResponse<Item,ItemChange>- Returns:
- XML element name.
-
createChangeInstance
protected ItemChange createChangeInstance()
Creates an item change instance.- Specified by:
createChangeInstancein classSyncResponse<Item,ItemChange>- Returns:
- ItemChange 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:
getSummaryPropertiesOnlyin classSyncResponse<Item,ItemChange>- Returns:
- the summary property only
-
-