|
||||||||||
| 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<TResponse>
microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
public class RemoveDelegateRequest
Represents a RemoveDelete request.
| Constructor Summary | |
|---|---|
RemoveDelegateRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
protected DelegateManagementResponse |
createResponse()
Creates the response. |
TResponse |
execute()
Executes this request. |
Mailbox |
getMailbox()
Gets the mailbox. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
List<UserId> |
getUserIds()
Gets the user ids. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected TResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setMailbox(Mailbox mailbox)
Sets the mailbox. |
protected void |
validate()
Asserts the valid. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Asserts the valid. |
| 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 RemoveDelegateRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
protected void validate()
throws Exception
Exception - the exception
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<DelegateManagementResponse>public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<DelegateManagementResponse>protected DelegateManagementResponse createResponse()
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<DelegateManagementResponse>public List<UserId> getUserIds()
protected TResponse parseResponse(EwsServiceXmlReader reader)
throws Exception
parseResponse in class ServiceRequestBase<TResponse extends DelegateManagementResponse>reader - The reader.
Exception - the exception
public TResponse execute()
throws Exception
Exception - the exceptionpublic Mailbox getMailbox()
public void setMailbox(Mailbox mailbox)
mailbox - the new mailbox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||