Class GetUserSettingsResponseCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
-
- microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection<GetUserSettingsResponse>
-
- microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponseCollection
-
- All Implemented Interfaces:
Iterable<GetUserSettingsResponse>
public final class GetUserSettingsResponseCollection extends AutodiscoverResponseCollection<GetUserSettingsResponse>
Represents a collection of response to GetUserSettings.
-
-
Constructor Summary
Constructors Constructor Description GetUserSettingsResponseCollection()Initializes a new instance of the AutodiscoverResponseCollection class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetUserSettingsResponsecreateResponseInstance()Create a response instance.protected StringgetResponseCollectionXmlElementName()Gets the name of the response collection XML element.protected StringgetResponseInstanceXmlElementName()Gets the name of the response instance XML element.-
Methods inherited from class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
getCount, getResponses, getTResponseAtIndex, iterator, loadFromXml
-
Methods inherited from class microsoft.exchange.webservices.data.autodiscover.response.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
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
GetUserSettingsResponseCollection
public GetUserSettingsResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollection class.
-
-
Method Detail
-
createResponseInstance
protected GetUserSettingsResponse createResponseInstance()
Create a response instance.- Specified by:
createResponseInstancein classAutodiscoverResponseCollection<GetUserSettingsResponse>- Returns:
- GetUserSettingsResponse.
-
getResponseCollectionXmlElementName
protected String getResponseCollectionXmlElementName()
Gets the name of the response collection XML element.- Specified by:
getResponseCollectionXmlElementNamein classAutodiscoverResponseCollection<GetUserSettingsResponse>- Returns:
- Response collection XMl element name.
-
getResponseInstanceXmlElementName
protected String getResponseInstanceXmlElementName()
Gets the name of the response instance XML element.- Specified by:
getResponseInstanceXmlElementNamein classAutodiscoverResponseCollection<GetUserSettingsResponse>- Returns:
- Response instance XMl element name.
-
-