|
||||||||||
| 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<ServiceResponseCollection<TResponse>>
microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest<ServiceResponse>
microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
public class CreateUserConfigurationRequest
Represents a CreateUserConfiguration request.
| Field Summary | |
|---|---|
protected UserConfiguration |
userConfiguration
The user configuration. |
| Constructor Summary | |
|---|---|
CreateUserConfigurationRequest(ExchangeService service)
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
protected ServiceResponse |
createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected int |
getExpectedResponseMessageCount()
Gets the expected response message count. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the request version. |
protected String |
getResponseMessageXmlElementName()
Gets the name of the response message XML element. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
UserConfiguration |
getUserConfiguration()
Gets the user configuration. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setUserConfiguration(UserConfiguration value)
Sets the user configuration. |
protected void |
validate()
Validate request. |
protected void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements. |
| Methods inherited from class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest |
|---|
endExecute, execute, getErrorHandlingMode, parseResponse |
| 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 |
| Field Detail |
|---|
protected UserConfiguration userConfiguration
| Constructor Detail |
|---|
public CreateUserConfigurationRequest(ExchangeService service)
throws Exception
service - The service.
Exception| Method Detail |
|---|
protected void validate()
throws Exception
validate in class ServiceRequestBase<ServiceResponseCollection<ServiceResponse>>Exception - the exception
protected ServiceResponse createServiceResponse(ExchangeService service,
int responseIndex)
createServiceResponse in class MultiResponseServiceRequest<ServiceResponse>service - The service.responseIndex - Index of the response.
protected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<ServiceResponseCollection<ServiceResponse>>protected int getExpectedResponseMessageCount()
getExpectedResponseMessageCount in class MultiResponseServiceRequest<ServiceResponse>public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<ServiceResponseCollection<ServiceResponse>>protected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<ServiceResponseCollection<ServiceResponse>>protected String getResponseMessageXmlElementName()
getResponseMessageXmlElementName in class MultiResponseServiceRequest<ServiceResponse>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<ServiceResponseCollection<ServiceResponse>>writer - the writer
Exception - the exceptionpublic UserConfiguration getUserConfiguration()
public void setUserConfiguration(UserConfiguration value)
value - the new user configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||