Class GetDomainSettingsResponseCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
-
- microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection<GetDomainSettingsResponse>
-
- microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponseCollection
-
- All Implemented Interfaces:
Iterable<GetDomainSettingsResponse>
public final class GetDomainSettingsResponseCollection extends AutodiscoverResponseCollection<GetDomainSettingsResponse>
Represents a collection of response to GetDomainSettings.
-
-
Constructor Summary
Constructors Constructor Description GetDomainSettingsResponseCollection()Initializes a new instance of the AutodiscoverResponseCollection class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetDomainSettingsResponsecreateResponseInstance()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
-
GetDomainSettingsResponseCollection
public GetDomainSettingsResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollection class.
-
-
Method Detail
-
createResponseInstance
protected GetDomainSettingsResponse createResponseInstance()
Create a response instance.- Specified by:
createResponseInstancein classAutodiscoverResponseCollection<GetDomainSettingsResponse>- Returns:
- GetDomainSettingsResponse.
-
getResponseCollectionXmlElementName
protected String getResponseCollectionXmlElementName()
Gets the name of the response collection XML element.- Specified by:
getResponseCollectionXmlElementNamein classAutodiscoverResponseCollection<GetDomainSettingsResponse>- Returns:
- Response collection XMl element name.
-
getResponseInstanceXmlElementName
protected String getResponseInstanceXmlElementName()
Gets the name of the response instance XML element.- Specified by:
getResponseInstanceXmlElementNamein classAutodiscoverResponseCollection<GetDomainSettingsResponse>- Returns:
- Response instance XMl element name.
-
-