|
||||||||||
| 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<GetPasswordExpirationDateResponse>
microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
public final class GetPasswordExpirationDateRequest
| Constructor Summary | |
|---|---|
GetPasswordExpirationDateRequest(ExchangeService service)
Initializes a new instance of the GetPasswordExpirationDateRequest class |
|
| Method Summary | |
|---|---|
GetPasswordExpirationDateResponse |
execute()
Executes this request. |
protected String |
getMailboxSmtpAddress()
Gets mailbox smtp address. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum server version required to process this request. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
String |
getXmlElementName()
Gets the name of the XML Element. |
protected GetPasswordExpirationDateResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setMailboxSmtpAddress(String mailboxSmtpAddress)
|
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 GetPasswordExpirationDateRequest(ExchangeService service)
throws Exception
Exception| Method Detail |
|---|
protected ExchangeVersion getMinimumRequiredServerVersion()
ServiceRequestBase
getMinimumRequiredServerVersion in class ServiceRequestBase<GetPasswordExpirationDateResponse>protected String getResponseXmlElementName()
ServiceRequestBase
getResponseXmlElementName in class ServiceRequestBase<GetPasswordExpirationDateResponse>public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<GetPasswordExpirationDateResponse>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
ServiceRequestBase
writeElementsToXml in class ServiceRequestBase<GetPasswordExpirationDateResponse>writer - The writer.
Exception - the exception
protected GetPasswordExpirationDateResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<GetPasswordExpirationDateResponse>reader - The reader.
Exception - the exception
public GetPasswordExpirationDateResponse execute()
throws Exception
Exceptionprotected String getMailboxSmtpAddress()
public void setMailboxSmtpAddress(String mailboxSmtpAddress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||