|
||||||||||
| 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<GetUserConfigurationResponse>
microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
public class GetUserConfigurationRequest
The Class GetUserConfigurationRequest.
| Constructor Summary | |
|---|---|
GetUserConfigurationRequest(ExchangeService service)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
protected GetUserConfigurationResponse |
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 |
getName()
Gets the name. |
protected FolderId |
getParentFolderId()
Gets the parent folder Id. |
protected EnumSet<UserConfigurationProperties> |
getProperties()
Gets the property. |
protected String |
getResponseMessageXmlElementName()
Gets the name of the response message XML element. |
protected String |
getResponseXmlElementName()
Gets the name of the response XML element. |
protected UserConfiguration |
getUserConfiguration()
Gets the user configuration. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setName(String name)
Sets the name. |
void |
setParentFolderId(FolderId parentFolderId)
Sets the parent folder id. |
void |
setProperties(EnumSet<UserConfigurationProperties> properties)
Sets the property. |
void |
setUserConfiguration(UserConfiguration userConfiguration)
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 |
| Constructor Detail |
|---|
public GetUserConfigurationRequest(ExchangeService service)
throws Exception
service - the service
Exception| Method Detail |
|---|
protected void validate()
throws ServiceLocalException,
Exception
validate in class ServiceRequestBase<ServiceResponseCollection<GetUserConfigurationResponse>>ServiceLocalException - the service local exception
Exception - the exception
protected GetUserConfigurationResponse createServiceResponse(ExchangeService service,
int responseIndex)
throws Exception
createServiceResponse in class MultiResponseServiceRequest<GetUserConfigurationResponse>service - the serviceresponseIndex - the response index
Exception - the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion in class ServiceRequestBase<ServiceResponseCollection<GetUserConfigurationResponse>>protected int getExpectedResponseMessageCount()
getExpectedResponseMessageCount in class MultiResponseServiceRequest<GetUserConfigurationResponse>public String getXmlElementName()
getXmlElementName in class ServiceRequestBase<ServiceResponseCollection<GetUserConfigurationResponse>>protected String getResponseXmlElementName()
getResponseXmlElementName in class ServiceRequestBase<ServiceResponseCollection<GetUserConfigurationResponse>>protected String getResponseMessageXmlElementName()
getResponseMessageXmlElementName in class MultiResponseServiceRequest<GetUserConfigurationResponse>
protected void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ServiceRequestBase<ServiceResponseCollection<GetUserConfigurationResponse>>writer - the writer
Exception - the exceptionprotected String getName()
public void setName(String name)
name - the new nameprotected FolderId getParentFolderId()
public void setParentFolderId(FolderId parentFolderId)
parentFolderId - the new parent folder idprotected UserConfiguration getUserConfiguration()
public void setUserConfiguration(UserConfiguration userConfiguration)
userConfiguration - the new user configurationprotected EnumSet<UserConfigurationProperties> getProperties()
public void setProperties(EnumSet<UserConfigurationProperties> properties)
properties - the new property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||