|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.core.request.ServiceRequestBase<T>
microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase<ServiceResponseCollection<TResponse>>
microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest<SyncFolderHierarchyResponse>
microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
public class SyncFolderHierarchyRequest
Represents a SyncFolderHierarchy request.
Constructor Summary | |
---|---|
SyncFolderHierarchyRequest(ExchangeService service)
Initializes a new instance of the class. |
Method Summary | |
---|---|
protected SyncFolderHierarchyResponse |
createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected int |
getExpectedResponseMessageCount()
Gets the expected response message count. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
PropertySet |
getPropertySet()
Gets or sets the property set. |
protected String |
getResponseMessageXmlElementName()
Gets the name of the response message XML element. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
FolderId |
getSyncFolderId()
Gets or sets the property set. |
String |
getSyncState()
Gets or sets the state of the sync. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setPropertySet(PropertySet value)
Sets the property set. |
void |
setSyncFolderId(FolderId value)
Sets the sync folder id. |
void |
setSyncState(String value)
Sets the sync state. |
protected void |
validate()
Validates request. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
Methods inherited from class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest |
---|
endExecute, execute, getErrorHandlingMode, parseResponse |
Methods inherited from class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase |
---|
beginExecute, endInternalExecute, internalExecute |
Methods inherited from class microsoft.exchange.webservices.data.core.request.ServiceRequestBase |
---|
buildEwsHttpPoolingWebRequest, buildEwsHttpWebRequest, getEwsHttpWebResponse, getResponseStream, getService, processWebException, readPreamble, readResponse, readResponse, readSoapFault, throwIfNotSupportedByRequestedServerVersion, traceResponse, validateAndEmitRequest, writeAttributesToXml, writeBodyToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncFolderHierarchyRequest(ExchangeService service) throws Exception
service
- the service
Exception
Method Detail |
---|
protected SyncFolderHierarchyResponse createServiceResponse(ExchangeService service, int responseIndex)
createServiceResponse
in class MultiResponseServiceRequest<SyncFolderHierarchyResponse>
service
- the serviceresponseIndex
- the response index
protected int getExpectedResponseMessageCount()
getExpectedResponseMessageCount
in class MultiResponseServiceRequest<SyncFolderHierarchyResponse>
public String getXmlElementName()
getXmlElementName
in class ServiceRequestBase<ServiceResponseCollection<SyncFolderHierarchyResponse>>
protected String getResponseXmlElementName()
getResponseXmlElementName
in class ServiceRequestBase<ServiceResponseCollection<SyncFolderHierarchyResponse>>
protected String getResponseMessageXmlElementName()
getResponseMessageXmlElementName
in class MultiResponseServiceRequest<SyncFolderHierarchyResponse>
protected void validate() throws Exception
validate
in class ServiceRequestBase<ServiceResponseCollection<SyncFolderHierarchyResponse>>
Exception
- the exceptionprotected void writeElementsToXml(EwsServiceXmlWriter writer) throws Exception
writeElementsToXml
in class ServiceRequestBase<ServiceResponseCollection<SyncFolderHierarchyResponse>>
writer
- the writer
Exception
- the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion
in class ServiceRequestBase<ServiceResponseCollection<SyncFolderHierarchyResponse>>
public PropertySet getPropertySet()
public void setPropertySet(PropertySet value)
value
- the new property setpublic FolderId getSyncFolderId()
public void setSyncFolderId(FolderId value)
value
- the new sync folder idpublic String getSyncState()
public void setSyncState(String value)
value
- the new sync state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |