|
||||||||||
| 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<TResponse>
microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest<TResponse>
TResponse - The type of the response.public abstract class MoveCopyItemRequest<TResponse extends ServiceResponse>
Represents an abstract Move/Copy Item request.
| Constructor Summary | |
|---|---|
protected |
MoveCopyItemRequest(ExchangeService service,
ServiceErrorHandling errorHandlingMode)
Initializes a new instance of the class. |
| Method Summary | |
|---|---|
FolderId |
getDestinationFolderId()
Gets the destination folder id. |
protected int |
getExpectedResponseMessageCount()
Gets the expected response message count. |
ItemIdWrapperList |
getItemIds()
Gets the item ids. |
protected Boolean |
getReturnNewItemIds()
|
void |
setDestinationFolderId(FolderId destinationFolderId)
Sets the destination folder id. |
void |
setReturnNewItemIds(Boolean value)
|
void |
validate()
Validates request. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
protected void |
writeIdsToXml(EwsServiceXmlWriter writer)
Writes the ids as XML. |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest |
|---|
createServiceResponse, endExecute, execute, getErrorHandlingMode, getResponseMessageXmlElementName, 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, getMinimumRequiredServerVersion, getResponseStream, getResponseXmlElementName, getService, getXmlElementName, 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 |
|---|
protected MoveCopyItemRequest(ExchangeService service,
ServiceErrorHandling errorHandlingMode)
throws Exception
service - the serviceerrorHandlingMode - the error handling mode
Exception - on error| Method Detail |
|---|
public void validate()
throws Exception
Exception - the exception
protected void writeIdsToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exceptionprotected int getExpectedResponseMessageCount()
getExpectedResponseMessageCount in class MultiResponseServiceRequest<TResponse extends ServiceResponse>public ItemIdWrapperList getItemIds()
protected Boolean getReturnNewItemIds()
public void setReturnNewItemIds(Boolean value)
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<ServiceResponseCollection<TResponse extends ServiceResponse>>writer - the writer
Exception - the exceptionpublic FolderId getDestinationFolderId()
public void setDestinationFolderId(FolderId destinationFolderId)
destinationFolderId - the new destination folder id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||