public class Gmail.Users.Settings.SendAs.SmimeInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Gmail.Users.Settings.SendAs.SmimeInfo.Delete |
class |
Gmail.Users.Settings.SendAs.SmimeInfo.Get |
class |
Gmail.Users.Settings.SendAs.SmimeInfo.Insert |
class |
Gmail.Users.Settings.SendAs.SmimeInfo.List |
class |
Gmail.Users.Settings.SendAs.SmimeInfo.SetDefault |
| Constructor and Description |
|---|
SmimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Gmail.Users.Settings.SendAs.SmimeInfo.Delete |
delete(java.lang.String userId,
java.lang.String sendAsEmail,
java.lang.String id)
Deletes the specified S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.Get |
get(java.lang.String userId,
java.lang.String sendAsEmail,
java.lang.String id)
Gets the specified S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.Insert |
insert(java.lang.String userId,
java.lang.String sendAsEmail,
SmimeInfo content)
Insert (upload) the given S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.List |
list(java.lang.String userId,
java.lang.String sendAsEmail)
Lists S/MIME configs for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.SetDefault |
setDefault(java.lang.String userId,
java.lang.String sendAsEmail,
java.lang.String id)
Sets the default S/MIME config for the specified send-as alias.
|
public Gmail.Users.Settings.SendAs.SmimeInfo.Delete delete(java.lang.String userId, java.lang.String sendAsEmail, java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]sendAsEmail - The email address that appears in the "From:" header for mail sent using this alias.id - The immutable ID for the SmimeInfo.java.io.IOExceptionpublic Gmail.Users.Settings.SendAs.SmimeInfo.Get get(java.lang.String userId, java.lang.String sendAsEmail, java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]sendAsEmail - The email address that appears in the "From:" header for mail sent using this alias.id - The immutable ID for the SmimeInfo.java.io.IOExceptionpublic Gmail.Users.Settings.SendAs.SmimeInfo.Insert insert(java.lang.String userId, java.lang.String sendAsEmail, SmimeInfo content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]sendAsEmail - The email address that appears in the "From:" header for mail sent using this alias.content - the SmimeInfojava.io.IOExceptionpublic Gmail.Users.Settings.SendAs.SmimeInfo.List list(java.lang.String userId, java.lang.String sendAsEmail) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]sendAsEmail - The email address that appears in the "From:" header for mail sent using this alias.java.io.IOExceptionpublic Gmail.Users.Settings.SendAs.SmimeInfo.SetDefault setDefault(java.lang.String userId, java.lang.String sendAsEmail, java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]sendAsEmail - The email address that appears in the "From:" header for mail sent using this alias.id - The immutable ID for the SmimeInfo.java.io.IOException