microsoft.exchange.webservices.data
Class GetUserSettingsResponseCollection

java.lang.Object
  extended by microsoft.exchange.webservices.data.AutodiscoverResponse
      extended by microsoft.exchange.webservices.data.AutodiscoverResponseCollection<GetUserSettingsResponse>
          extended by microsoft.exchange.webservices.data.GetUserSettingsResponseCollection
All Implemented Interfaces:
java.lang.Iterable<GetUserSettingsResponse>

public final class GetUserSettingsResponseCollection
extends AutodiscoverResponseCollection<GetUserSettingsResponse>

Represents a collection of responses to GetUserSettings.


Constructor Summary
protected GetUserSettingsResponseCollection()
          Initializes a new instance of the AutodiscoverResponseCollection class.
 
Method Summary
protected  GetUserSettingsResponse createResponseInstance()
          Create a response instance.
protected  java.lang.String getResponseCollectionXmlElementName()
          Gets the name of the response collection XML element.
protected  java.lang.String getResponseInstanceXmlElementName()
          Gets the name of the response instance XML element.
 
Methods inherited from class microsoft.exchange.webservices.data.AutodiscoverResponseCollection
getCount, getResponses, getTResponseAtIndex, iterator, loadFromXml
 
Methods inherited from class microsoft.exchange.webservices.data.AutodiscoverResponse
getErrorCode, getErrorMessage, getRedirectionUrl, setErrorCode, setErrorMessage, setRedirectionUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetUserSettingsResponseCollection

protected GetUserSettingsResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollection class.

Method Detail

createResponseInstance

protected GetUserSettingsResponse createResponseInstance()
Create a response instance.

Specified by:
createResponseInstance in class AutodiscoverResponseCollection<GetUserSettingsResponse>
Returns:
GetUserSettingsResponse.

getResponseCollectionXmlElementName

protected java.lang.String getResponseCollectionXmlElementName()
Gets the name of the response collection XML element.

Specified by:
getResponseCollectionXmlElementName in class AutodiscoverResponseCollection<GetUserSettingsResponse>
Returns:
Response collection XMl element name.

getResponseInstanceXmlElementName

protected java.lang.String getResponseInstanceXmlElementName()
Gets the name of the response instance XML element.

Specified by:
getResponseInstanceXmlElementName in class AutodiscoverResponseCollection<GetUserSettingsResponse>
Returns:
Response instance XMl element name.