|
||||||||||
| 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<ServiceResponse>
microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
public final class SetUserOofSettingsRequest
Represents a SetUserOofSettings request.
| Constructor Summary | |
|---|---|
SetUserOofSettingsRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
ServiceResponse |
execute()
Executes this request. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
OofSettings |
getOofSettings()
Gets the oof settings. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
String |
getSmtpAddress()
Gets the SMTP address. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected ServiceResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setOofSettings(OofSettings oofSettings)
Sets the oof settings. |
void |
setSmtpAddress(String smtpAddress)
Sets the smtp address. |
protected void |
validate()
Validate request. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes the elements to XML. |
| 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 SetUserOofSettingsRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<ServiceResponse>
protected void validate()
throws Exception
validate in class ServiceRequestBase<ServiceResponse>Exception - the exception
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<ServiceResponse>writer - the writer
Exception - the exceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<ServiceResponse>
protected ServiceResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<ServiceResponse>reader - The reader.
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<ServiceResponse>
public ServiceResponse execute()
throws Exception
Exception - the exceptionpublic String getSmtpAddress()
public void setSmtpAddress(String smtpAddress)
smtpAddress - the new smtp addresspublic OofSettings getOofSettings()
public void setOofSettings(OofSettings oofSettings)
oofSettings - the new oof settings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||