|
||||||||||
| 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<GetUserOofSettingsResponse>
microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
public final class GetUserOofSettingsRequest
Represents a GetUserOofSettings request.
| Constructor Summary | |
|---|---|
GetUserOofSettingsRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
GetUserOofSettingsResponse |
execute()
Executes this request. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
protected String |
getSmtpAddress()
Gets the SMTP address. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected GetUserOofSettingsResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setSmtpAddress(String smtpAddress)
Sets the smtp address. |
protected void |
validate()
Validate request. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Validate request. |
| 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 GetUserOofSettingsRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<GetUserOofSettingsResponse>
protected void validate()
throws Exception
validate in class ServiceRequestBase<GetUserOofSettingsResponse>Exception - the exception
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws XMLStreamException,
ServiceXmlSerializationException
writeElementsToXml in class ServiceRequestBase<GetUserOofSettingsResponse>writer - the writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationException - the service xml serialization exceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<GetUserOofSettingsResponse>
protected GetUserOofSettingsResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<GetUserOofSettingsResponse>reader - The reader.
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<GetUserOofSettingsResponse>
public GetUserOofSettingsResponse execute()
throws Exception
Exception - the exceptionprotected String getSmtpAddress()
public void setSmtpAddress(String smtpAddress)
smtpAddress - the new smtp address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||