public class Gmail.Users.Settings extends Object
Modifier and Type | Class and Description |
---|---|
class |
Gmail.Users.Settings.Cse
The "cse" collection of methods.
|
class |
Gmail.Users.Settings.Delegates
The "delegates" collection of methods.
|
class |
Gmail.Users.Settings.Filters
The "filters" collection of methods.
|
class |
Gmail.Users.Settings.ForwardingAddresses
The "forwardingAddresses" collection of methods.
|
class |
Gmail.Users.Settings.GetAutoForwarding |
class |
Gmail.Users.Settings.GetImap |
class |
Gmail.Users.Settings.GetLanguage |
class |
Gmail.Users.Settings.GetPop |
class |
Gmail.Users.Settings.GetVacation |
class |
Gmail.Users.Settings.SendAs
The "sendAs" collection of methods.
|
class |
Gmail.Users.Settings.UpdateAutoForwarding |
class |
Gmail.Users.Settings.UpdateImap |
class |
Gmail.Users.Settings.UpdateLanguage |
class |
Gmail.Users.Settings.UpdatePop |
class |
Gmail.Users.Settings.UpdateVacation |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.Cse |
cse()
An accessor for creating requests from the Cse collection.
|
Gmail.Users.Settings.Delegates |
delegates()
An accessor for creating requests from the Delegates collection.
|
Gmail.Users.Settings.Filters |
filters()
An accessor for creating requests from the Filters collection.
|
Gmail.Users.Settings.ForwardingAddresses |
forwardingAddresses()
An accessor for creating requests from the ForwardingAddresses collection.
|
Gmail.Users.Settings.GetAutoForwarding |
getAutoForwarding(String userId)
Gets the auto-forwarding setting for the specified account.
|
Gmail.Users.Settings.GetImap |
getImap(String userId)
Gets IMAP settings.
|
Gmail.Users.Settings.GetLanguage |
getLanguage(String userId)
Gets language settings.
|
Gmail.Users.Settings.GetPop |
getPop(String userId)
Gets POP settings.
|
Gmail.Users.Settings.GetVacation |
getVacation(String userId)
Gets vacation responder settings.
|
Gmail.Users.Settings.SendAs |
sendAs()
An accessor for creating requests from the SendAs collection.
|
Gmail.Users.Settings.UpdateAutoForwarding |
updateAutoForwarding(String userId,
AutoForwarding content)
Updates the auto-forwarding setting for the specified account.
|
Gmail.Users.Settings.UpdateImap |
updateImap(String userId,
ImapSettings content)
Updates IMAP settings.
|
Gmail.Users.Settings.UpdateLanguage |
updateLanguage(String userId,
LanguageSettings content)
Updates language settings.
|
Gmail.Users.Settings.UpdatePop |
updatePop(String userId,
PopSettings content)
Updates POP settings.
|
Gmail.Users.Settings.UpdateVacation |
updateVacation(String userId,
VacationSettings content)
Updates vacation responder settings.
|
public Gmail.Users.Settings.GetAutoForwarding getAutoForwarding(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]IOException
public Gmail.Users.Settings.GetImap getImap(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]IOException
public Gmail.Users.Settings.GetLanguage getLanguage(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]IOException
public Gmail.Users.Settings.GetPop getPop(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]IOException
public Gmail.Users.Settings.GetVacation getVacation(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]IOException
public Gmail.Users.Settings.UpdateAutoForwarding updateAutoForwarding(String userId, AutoForwarding content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]content
- the AutoForwarding
IOException
public Gmail.Users.Settings.UpdateImap updateImap(String userId, ImapSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]content
- the ImapSettings
IOException
public Gmail.Users.Settings.UpdateLanguage updateLanguage(String userId, LanguageSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]content
- the LanguageSettings
IOException
public Gmail.Users.Settings.UpdatePop updatePop(String userId, PopSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]content
- the PopSettings
IOException
public Gmail.Users.Settings.UpdateVacation updateVacation(String userId, VacationSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- User's email address. The special value "me" can be used to indicate the authenticated user.
[default: me]content
- the VacationSettings
IOException
public Gmail.Users.Settings.Cse cse()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Cse.List request = gmail.cse().list(parameters ...)
public Gmail.Users.Settings.Delegates delegates()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Delegates.List request = gmail.delegates().list(parameters ...)
public Gmail.Users.Settings.Filters filters()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.Filters.List request = gmail.filters().list(parameters ...)
public Gmail.Users.Settings.ForwardingAddresses forwardingAddresses()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.ForwardingAddresses.List request = gmail.forwardingAddresses().list(parameters ...)
public Gmail.Users.Settings.SendAs sendAs()
The typical use is:
Gmail gmail = new Gmail(...);
Gmail.SendAs.List request = gmail.sendAs().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.