|
||||||||||
| 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.AddDelegateRequest
public class AddDelegateRequest
Represents an AddDelegate request.
| Constructor Summary | |
|---|---|
AddDelegateRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
protected DelegateManagementResponse |
createResponse()
Creates the response. |
TResponse |
execute()
Executes this request. |
List<DelegateUser> |
getDelegateUsers()
Gets the delegate users. |
Mailbox |
getMailbox()
Gets the mailbox. |
MeetingRequestsDeliveryScope |
getMeetingRequestsDeliveryScope()
Gets the meeting request delivery scope. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
String |
getXmlElementName()
Gets the name of the XML element. |
protected TResponse |
parseResponse(EwsServiceXmlReader reader)
Parses the response. |
void |
setMailbox(Mailbox mailbox)
Sets the mailbox. |
void |
setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope meetingRequestsDeliveryScope)
Sets the meeting request delivery scope. |
protected void |
validate()
Initializes a new instance of the class. |
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 AddDelegateRequest(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 exceptionpublic String getXmlElementName()
getXmlElementName in class ServiceRequestBase<DelegateManagementResponse>protected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<DelegateManagementResponse>protected DelegateManagementResponse createResponse()
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<DelegateManagementResponse>public MeetingRequestsDeliveryScope getMeetingRequestsDeliveryScope()
public void setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope meetingRequestsDeliveryScope)
meetingRequestsDeliveryScope - the new meeting request delivery scopepublic List<DelegateUser> getDelegateUsers()
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 | |||||||||