|
||||||||||
| 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.GetDelegateRequest
public class GetDelegateRequest
Represents a GetDelegate request.
| Constructor Summary | |
|---|---|
GetDelegateRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
protected GetDelegateResponse |
createResponse()
Creates the response. |
TResponse |
execute()
Executes this request. |
boolean |
getIncludePermissions()
Gets a value indicating whether permissions are included. |
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 |
setIncludePermissions(boolean includePermissions)
Sets the include permissions. |
void |
setMailbox(Mailbox mailbox)
Sets the mailbox. |
protected void |
validate()
Validate request. |
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes XML attribute. |
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, writeBodyToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetDelegateRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
protected GetDelegateResponse createResponse()
protected void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceRequestBase<GetDelegateResponse>writer - the writer
ServiceXmlSerializationException - the service xml serialization exception
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exceptionprotected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<GetDelegateResponse>public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<GetDelegateResponse>protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<GetDelegateResponse>public List<UserId> getUserIds()
public boolean getIncludePermissions()
public void setIncludePermissions(boolean includePermissions)
includePermissions - the new include permissions
protected void validate()
throws ServiceLocalException,
Exception
validate in class ServiceRequestBase<TResponse extends DelegateManagementResponse>ServiceLocalException - the service local exception
Exception - the exception
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 | |||||||||