UsersSettingsResource class

Constructors

UsersSettingsResource(ApiRequester client)

Properties

cse UsersSettingsCseResource
no setter
delegates UsersSettingsDelegatesResource
no setter
filters UsersSettingsFiltersResource
no setter
forwardingAddresses UsersSettingsForwardingAddressesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAs UsersSettingsSendAsResource
no setter

Methods

getAutoForwarding(String userId, {String? $fields}) Future<AutoForwarding>
Gets the auto-forwarding setting for the specified account.
getImap(String userId, {String? $fields}) Future<ImapSettings>
Gets IMAP settings.
getLanguage(String userId, {String? $fields}) Future<LanguageSettings>
Gets language settings.
getPop(String userId, {String? $fields}) Future<PopSettings>
Gets POP settings.
getVacation(String userId, {String? $fields}) Future<VacationSettings>
Gets vacation responder settings.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAutoForwarding(AutoForwarding request, String userId, {String? $fields}) Future<AutoForwarding>
Updates the auto-forwarding setting for the specified account.
updateImap(ImapSettings request, String userId, {String? $fields}) Future<ImapSettings>
Updates IMAP settings.
updateLanguage(LanguageSettings request, String userId, {String? $fields}) Future<LanguageSettings>
Updates language settings.
updatePop(PopSettings request, String userId, {String? $fields}) Future<PopSettings>
Updates POP settings.
updateVacation(VacationSettings request, String userId, {String? $fields}) Future<VacationSettings>
Updates vacation responder settings.

Operators

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