GetDomainSettingsResponse class

Represents the response to a GetDomainSettings call for an individual domain.
Inheritance

Constructors

GetDomainSettingsResponse()
Initializes a new instance of the

Properties

Domain String?
Gets the domain this response applies to.
getter/setter pair
DomainSettingErrors List<DomainSettingError>?
Gets error information for settings that could not be returned.
no setter
ErrorCode AutodiscoverErrorCode?
Gets the error code that was returned by the service.
getter/setter pairinherited
ErrorMessage String?
Gets the error message that was returned by the service.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
RedirectionUrl Uri?
Gets or sets the redirection URL.
getter/setter pairinherited
RedirectTarget String?
Gets the redirectionTarget (URL or email address)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Settings Map<DomainSettingName?, Object?>?
Gets the requested settings for the domain.
no setter

Methods

LoadDomainSettingErrorsFromXml(EwsXmlReader reader) Future<void>
Loads the domain setting errors.
LoadDomainSettingsFromXml(EwsXmlReader reader) Future<void>
Loads from XML.
LoadFromXml(EwsXmlReader reader, String endElementName) Future<void>
Loads response from XML.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadSettingFromXml(EwsXmlReader reader) Future<void>
Reads domain setting from XML.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited