|
||||||||||
| 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<FindConversationResponse>
microsoft.exchange.webservices.data.core.request.FindConversationRequest
public final class FindConversationRequest
Represents a request to a Find Conversation operation
| Constructor Summary | |
|---|---|
FindConversationRequest(ExchangeService service)
|
|
| Method Summary | |
|---|---|
FindConversationResponse |
execute()
Executes this request. |
protected SearchFilter.IsEqualTo |
getConversationViewFilter()
Gets or sets the search filter. |
protected FolderIdWrapper |
getFolderId()
Gets or sets folder id |
protected ConversationIndexedItemView |
getIndexedItemView()
Gets or sets the view controlling the number of conversations returned. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected FindConversationResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setConversationViewFilter(SearchFilter.IsEqualTo value)
|
void |
setFolderId(FolderIdWrapper value)
|
void |
setIndexedItemView(ConversationIndexedItemView value)
|
protected void |
validate()
Validate request. |
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes XML attribute. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML attribute. |
| 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, writeBodyToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindConversationRequest(ExchangeService service)
throws Exception
Exception| Method Detail |
|---|
protected ConversationIndexedItemView getIndexedItemView()
public void setIndexedItemView(ConversationIndexedItemView value)
protected SearchFilter.IsEqualTo getConversationViewFilter()
public void setConversationViewFilter(SearchFilter.IsEqualTo value)
protected FolderIdWrapper getFolderId()
public void setFolderId(FolderIdWrapper value)
protected void validate()
throws ServiceLocalException,
Exception
validate in class ServiceRequestBase<FindConversationResponse>Exception
ServiceLocalException
protected void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceRequestBase<FindConversationResponse>writer - The writer.
ServiceXmlSerializationException
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<FindConversationResponse>writer - The writer.
Exception
protected FindConversationResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<FindConversationResponse>reader - The reader.
Exception - the exceptionpublic String getXmlElementName()
getXmlElementName in class ServiceRequestBase<FindConversationResponse>protected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<FindConversationResponse>protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<FindConversationResponse>
public FindConversationResponse execute()
throws ServiceLocalException,
Exception
Exception
ServiceLocalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||