Uses of Class
microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
-
-
Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover
Classes in microsoft.exchange.webservices.data.autodiscover with type parameters of type AutodiscoverResponse Modifier and Type Class Description classAutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>Represents a collection of response to a call to the Autodiscover service.Subclasses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover Modifier and Type Class Description classAutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>Represents a collection of response to a call to the Autodiscover service. -
Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.request
Methods in microsoft.exchange.webservices.data.autodiscover.request that return AutodiscoverResponse Modifier and Type Method Description protected abstract AutodiscoverResponseAutodiscoverRequest. createServiceResponse()Creates the service response.protected AutodiscoverResponseGetDomainSettingsRequest. createServiceResponse()Creates the service response.protected AutodiscoverResponseGetUserSettingsRequest. createServiceResponse()Creates the service response.protected AutodiscoverResponseAutodiscoverRequest. internalExecute()Executes this instance.protected AutodiscoverResponseAutodiscoverRequest. loadFromXml(EwsXmlReader reader)Loads response from XML.protected AutodiscoverResponseAutodiscoverRequest. readSoapBody(EwsXmlReader reader)Read SOAP body. -
Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.response
Subclasses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.response Modifier and Type Class Description classGetDomainSettingsResponseRepresents the response to a GetDomainSettings call for an individual domain.classGetDomainSettingsResponseCollectionRepresents a collection of response to GetDomainSettings.classGetUserSettingsResponseRepresents the response to a GetUsersSettings call for an individual user.classGetUserSettingsResponseCollectionRepresents a collection of response to GetUserSettings.
-