public class Drive.Files.Copy extends DriveRequest<File>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Drive.Files.Copy(String fileId,
File content)
Creates a copy of the specified file.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getConvert()
Whether to convert this file to the corresponding Google Docs format.
|
String |
getFileId()
The ID of the file to copy.
|
Boolean |
getOcr()
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
|
String |
getOcrLanguage()
If ocr is true, hints at the language to use.
|
Boolean |
getPinned()
Whether to pin the head revision of the new copy.
|
String |
getTimedTextLanguage()
The language of the timed text.
|
String |
getTimedTextTrackName()
The timed text track name.
|
String |
getVisibility()
The visibility of the new file.
|
boolean |
isConvert()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isOcr()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
boolean |
isPinned()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE . |
Drive.Files.Copy |
set(String parameterName,
Object value) |
Drive.Files.Copy |
setAlt(String alt)
Data format for the response.
|
Drive.Files.Copy |
setConvert(Boolean convert)
Whether to convert this file to the corresponding Google Docs format.
|
Drive.Files.Copy |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Drive.Files.Copy |
setFileId(String fileId)
The ID of the file to copy.
|
Drive.Files.Copy |
setKey(String key)
API key.
|
Drive.Files.Copy |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Drive.Files.Copy |
setOcr(Boolean ocr)
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
|
Drive.Files.Copy |
setOcrLanguage(String ocrLanguage)
If ocr is true, hints at the language to use.
|
Drive.Files.Copy |
setPinned(Boolean pinned)
Whether to pin the head revision of the new copy.
|
Drive.Files.Copy |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Drive.Files.Copy |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Drive.Files.Copy |
setTimedTextLanguage(String timedTextLanguage)
The language of the timed text.
|
Drive.Files.Copy |
setTimedTextTrackName(String timedTextTrackName)
The timed text track name.
|
Drive.Files.Copy |
setUserIp(String userIp)
IP address of the site where the request originates.
|
Drive.Files.Copy |
setVisibility(String visibility)
The visibility of the new file.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Drive.Files.Copy(String fileId, File content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
fileId
- The ID of the file to copy.content
- the File
public Drive.Files.Copy setAlt(String alt)
DriveRequest
setAlt
in class DriveRequest<File>
public Drive.Files.Copy setFields(String fields)
DriveRequest
setFields
in class DriveRequest<File>
public Drive.Files.Copy setKey(String key)
DriveRequest
setKey
in class DriveRequest<File>
public Drive.Files.Copy setOauthToken(String oauthToken)
DriveRequest
setOauthToken
in class DriveRequest<File>
public Drive.Files.Copy setPrettyPrint(Boolean prettyPrint)
DriveRequest
setPrettyPrint
in class DriveRequest<File>
public Drive.Files.Copy setQuotaUser(String quotaUser)
DriveRequest
setQuotaUser
in class DriveRequest<File>
public Drive.Files.Copy setUserIp(String userIp)
DriveRequest
setUserIp
in class DriveRequest<File>
public String getFileId()
public Drive.Files.Copy setFileId(String fileId)
public Boolean getConvert()
public Drive.Files.Copy setConvert(Boolean convert)
public boolean isConvert()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to convert this file to the corresponding Google Docs format.
public String getOcrLanguage()
public Drive.Files.Copy setOcrLanguage(String ocrLanguage)
public String getVisibility()
public Drive.Files.Copy setVisibility(String visibility)
public Boolean getPinned()
public Drive.Files.Copy setPinned(Boolean pinned)
public boolean isPinned()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned revisions.
public Boolean getOcr()
public Drive.Files.Copy setOcr(Boolean ocr)
public boolean isOcr()
Boolean.TRUE
or Boolean.FALSE
.
Boolean properties can have four possible values:
null
, Data.NULL_BOOLEAN
, Boolean.TRUE
or Boolean.FALSE
.
This method returns Boolean.TRUE
if the default of the property is Boolean.TRUE
and it is null
or Data.NULL_BOOLEAN
.
Boolean.FALSE
is returned if the default of the property is Boolean.FALSE
and
it is null
or Data.NULL_BOOLEAN
.
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
public String getTimedTextTrackName()
public Drive.Files.Copy setTimedTextTrackName(String timedTextTrackName)
public String getTimedTextLanguage()
public Drive.Files.Copy setTimedTextLanguage(String timedTextLanguage)
public Drive.Files.Copy set(String parameterName, Object value)
set
in class DriveRequest<File>