public class Gmail.Users.Drafts.Send extends GmailRequest<Message>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Send(String userId,
Draft content)
Sends the specified, existing draft to the recipients in the To, Cc, and Bcc headers.
|
protected |
Send(String userId,
Draft content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Sends the specified, existing draft to the recipients in the To, Cc, and Bcc headers.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUserId()
The user's email address.
|
Gmail.Users.Drafts.Send |
set(String parameterName,
Object value) |
Gmail.Users.Drafts.Send |
setAlt(String alt)
Data format for the response.
|
Gmail.Users.Drafts.Send |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Gmail.Users.Drafts.Send |
setKey(String key)
API key.
|
Gmail.Users.Drafts.Send |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Gmail.Users.Drafts.Send |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Gmail.Users.Drafts.Send |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Gmail.Users.Drafts.Send |
setUserId(String userId)
The user's email address.
|
Gmail.Users.Drafts.Send |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Send(String userId, Draft content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Gmail.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]content - the Draftprotected Send(String userId, Draft content, com.google.api.client.http.AbstractInputStreamContent mediaContent)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Gmail.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
This constructor should be used for uploading media content.
userId - The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]content - the Draft media metadata or null if nonemediaContent - The media HTTP content or null if none.public Gmail.Users.Drafts.Send setAlt(String alt)
GmailRequestsetAlt in class GmailRequest<Message>public Gmail.Users.Drafts.Send setFields(String fields)
GmailRequestsetFields in class GmailRequest<Message>public Gmail.Users.Drafts.Send setKey(String key)
GmailRequestsetKey in class GmailRequest<Message>public Gmail.Users.Drafts.Send setOauthToken(String oauthToken)
GmailRequestsetOauthToken in class GmailRequest<Message>public Gmail.Users.Drafts.Send setPrettyPrint(Boolean prettyPrint)
GmailRequestsetPrettyPrint in class GmailRequest<Message>public Gmail.Users.Drafts.Send setQuotaUser(String quotaUser)
GmailRequestsetQuotaUser in class GmailRequest<Message>public Gmail.Users.Drafts.Send setUserIp(String userIp)
GmailRequestsetUserIp in class GmailRequest<Message>public String getUserId()
public Gmail.Users.Drafts.Send setUserId(String userId)
public Gmail.Users.Drafts.Send set(String parameterName, Object value)
set in class GmailRequest<Message>Copyright © 2011–2018 Google. All rights reserved.