|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use File | |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model | |
| Uses of File in com.google.api.services.drive |
|---|
| Methods in com.google.api.services.drive that return File | |
|---|---|
File |
Drive.Files.Insert.execute()
Sends the "insert" request to the Drive server. |
File |
Drive.Files.Untrash.execute()
Sends the "untrash" request to the Drive server. |
File |
Drive.Files.Trash.execute()
Sends the "trash" request to the Drive server. |
File |
Drive.Files.Get.execute()
Sends the "get" request to the Drive server. |
File |
Drive.Files.Update.execute()
Sends the "update" request to the Drive server. |
File |
Drive.Files.Patch.execute()
Sends the "patch" request to the Drive server. |
File |
Drive.Files.Touch.execute()
Sends the "touch" request to the Drive server. |
File |
Drive.Files.Copy.execute()
Sends the "copy" request to the Drive server. |
| Methods in com.google.api.services.drive with parameters of type File | |
|---|---|
Drive.Files.Copy |
Drive.Files.copy(String fileId,
File content)
Creates a copy of the specified file. |
Drive.Files.Insert |
Drive.Files.insert(File content)
Insert a new file. |
Drive.Files.Insert |
Drive.Files.insert(File content,
AbstractInputStreamContent mediaContent)
Insert a new file. |
Drive.Files.Patch |
Drive.Files.patch(String fileId,
File content)
Updates file metadata and/or content. |
Drive.Files.Update |
Drive.Files.update(String fileId,
File content)
Updates file metadata and/or content Create a request for the method "files.update". |
Drive.Files.Update |
Drive.Files.update(String fileId,
File content,
AbstractInputStreamContent mediaContent)
Updates file metadata and/or content Create a request for the method "files.update". |
| Method parameters in com.google.api.services.drive with type arguments of type File | |
|---|---|
void |
Drive.Files.Insert.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "insert" request to the Drive server into the given batch request. |
void |
Drive.Files.Untrash.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "untrash" request to the Drive server into the given batch request. |
void |
Drive.Files.Trash.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "trash" request to the Drive server into the given batch request. |
void |
Drive.Files.Get.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "get" request to the Drive server into the given batch request. |
void |
Drive.Files.Update.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "update" request to the Drive server into the given batch request. |
void |
Drive.Files.Patch.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "patch" request to the Drive server into the given batch request. |
void |
Drive.Files.Touch.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "touch" request to the Drive server into the given batch request. |
void |
Drive.Files.Copy.queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "copy" request to the Drive server into the given batch request. |
| Uses of File in com.google.api.services.drive.model |
|---|
| Methods in com.google.api.services.drive.model that return File | |
|---|---|
File |
Change.getFile()
The updated state of the file. |
File |
File.setAlternateLink(String alternateLink)
A link for opening the file in a browser. |
File |
File.setCreatedDate(DateTime createdDate)
Create time for this file (formatted ISO8601 timestamp). |
File |
File.setDescription(String description)
A short description of the file. |
File |
File.setDownloadUrl(String downloadUrl)
Short term download URL for the file. |
File |
File.setEditable(Boolean editable)
Whether the file can be edited by the current user. |
File |
File.setEmbedLink(String embedLink)
A link for embedding the file. |
File |
File.setEtag(String etag)
ETag of the file. |
File |
File.setExportLinks(Map<String,String> exportLinks)
Links for exporting Google Docs to specific formats. |
File |
File.setFileExtension(String fileExtension)
The file extension used when downloading this file. |
File |
File.setFileSize(Long fileSize)
The size of the file in bytes. |
File |
File.setId(String id)
The id of the file. |
File |
File.setIndexableText(File.IndexableText indexableText)
Indexable text attributes for the file (can only be written) The value set may be null. |
File |
File.setKind(String kind)
The type of file. |
File |
File.setLabels(File.Labels labels)
A group of labels for the file. |
File |
File.setLastModifyingUserName(String lastModifyingUserName)
Name of the last user to modify this file. |
File |
File.setLastViewedByMeDate(DateTime lastViewedByMeDate)
Last time this file was viewed by the user (formatted RFC 3339 timestamp). |
File |
File.setMd5Checksum(String md5Checksum)
An MD5 checksum for the content of this file. |
File |
File.setMimeType(String mimeType)
The MIME type of the file. |
File |
File.setModifiedByMeDate(DateTime modifiedByMeDate)
Last time this file was modified by the user (formatted RFC 3339 timestamp). |
File |
File.setModifiedDate(DateTime modifiedDate)
Last time this file was modified by anyone (formatted RFC 3339 timestamp). |
File |
File.setOriginalFilename(String originalFilename)
The filename when uploading this file. |
File |
File.setOwnerNames(List<String> ownerNames)
Name(s) of the owner(s) of this file. |
File |
File.setParents(List<ParentReference> parents)
Collection of parent folders which contain this file. |
File |
File.setPermissionsLink(String permissionsLink)
A link to the permissions collection. |
File |
File.setQuotaBytesUsed(Long quotaBytesUsed)
The number of quota bytes used by this file. |
File |
File.setSelfLink(String selfLink)
A link back to this file. |
File |
File.setSharedWithMeDate(DateTime sharedWithMeDate)
Time at which this file was shared with the user (formatted RFC 3339 timestamp). |
File |
File.setThumbnailLink(String thumbnailLink)
A link to the file's thumbnail. |
File |
File.setTitle(String title)
The title of this file. |
File |
File.setUserPermission(Permission userPermission)
The permissions for the authenticated user on this file. |
File |
File.setWritersCanShare(Boolean writersCanShare)
Whether writers can share the document with other users. |
| Methods in com.google.api.services.drive.model that return types with arguments of type File | |
|---|---|
List<File> |
FileList.getItems()
The actual list of files. |
| Methods in com.google.api.services.drive.model with parameters of type File | |
|---|---|
Change |
Change.setFile(File file)
The updated state of the file. |
| Method parameters in com.google.api.services.drive.model with type arguments of type File | |
|---|---|
FileList |
FileList.setItems(List<File> items)
The actual list of files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||