|
||||||||||
| 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<GetInboxRulesResponse>
microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
public final class GetInboxRulesRequest
Represents a GetInboxRules request.
| Constructor Summary | |
|---|---|
GetInboxRulesRequest(ExchangeService service)
Initializes a new instance of the GetInboxRulesRequest class. |
|
| Method Summary | |
|---|---|
GetInboxRulesResponse |
execute()
Executes this request. |
protected String |
getmailboxSmtpAddress()
Gets or sets the address of the mailbox from which to get the inbox rules. |
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 GetInboxRulesResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setmailboxSmtpAddress(String value)
sets the address of the mailbox from which to get the inbox rules. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
| 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, validate, 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 GetInboxRulesRequest(ExchangeService service)
throws Exception
service - The service.
Exception| Method Detail |
|---|
protected String getmailboxSmtpAddress()
public void setmailboxSmtpAddress(String value)
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<GetInboxRulesResponse>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ServiceRequestBase<GetInboxRulesResponse>writer - The writer.
XMLStreamException - the XML stream exception
ServiceXmlSerializationExceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<GetInboxRulesResponse>
protected GetInboxRulesResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<GetInboxRulesResponse>reader - The reader.
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<GetInboxRulesResponse>
public GetInboxRulesResponse execute()
throws ServiceLocalException,
Exception
Exception
ServiceLocalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||