public class Gmail.Users.Settings.SendAs.SmimeInfo extends 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(String userId,
String sendAsEmail,
String id)
Deletes the specified S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.Get |
get(String userId,
String sendAsEmail,
String id)
Gets the specified S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.Insert |
insert(String userId,
String sendAsEmail,
SmimeInfo content)
Insert (upload) the given S/MIME config for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.List |
list(String userId,
String sendAsEmail)
Lists S/MIME configs for the specified send-as alias.
|
Gmail.Users.Settings.SendAs.SmimeInfo.SetDefault |
setDefault(String userId,
String sendAsEmail,
String id)
Sets the default S/MIME config for the specified send-as alias.
|
public Gmail.Users.Settings.SendAs.SmimeInfo.Delete delete(String userId, String sendAsEmail, String id) throws 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.IOException
public Gmail.Users.Settings.SendAs.SmimeInfo.Get get(String userId, String sendAsEmail, String id) throws 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.IOException
public Gmail.Users.Settings.SendAs.SmimeInfo.Insert insert(String userId, String sendAsEmail, SmimeInfo content) throws 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 SmimeInfo
IOException
public Gmail.Users.Settings.SendAs.SmimeInfo.List list(String userId, String sendAsEmail) throws 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.IOException
public Gmail.Users.Settings.SendAs.SmimeInfo.SetDefault setDefault(String userId, String sendAsEmail, String id) throws 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.IOException
Copyright © 2011–2024 Google. All rights reserved.