|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Revision | |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model | |
| Uses of Revision in com.google.api.services.drive |
|---|
| Methods in com.google.api.services.drive that return Revision | |
|---|---|
Revision |
Drive.Revisions.Patch.execute()
Sends the "patch" request to the Drive server. |
Revision |
Drive.Revisions.Get.execute()
Sends the "get" request to the Drive server. |
Revision |
Drive.Revisions.Update.execute()
Sends the "update" request to the Drive server. |
| Methods in com.google.api.services.drive with parameters of type Revision | |
|---|---|
Drive.Revisions.Patch |
Drive.Revisions.patch(String fileId,
String revisionId,
Revision content)
Updates a revision. |
Drive.Revisions.Update |
Drive.Revisions.update(String fileId,
String revisionId,
Revision content)
Updates a revision. |
| Method parameters in com.google.api.services.drive with type arguments of type Revision | |
|---|---|
void |
Drive.Revisions.Patch.queue(BatchRequest batch,
JsonBatchCallback<Revision> callback)
Queues the "patch" request to the Drive server into the given batch request. |
void |
Drive.Revisions.Get.queue(BatchRequest batch,
JsonBatchCallback<Revision> callback)
Queues the "get" request to the Drive server into the given batch request. |
void |
Drive.Revisions.Update.queue(BatchRequest batch,
JsonBatchCallback<Revision> callback)
Queues the "update" request to the Drive server into the given batch request. |
| Uses of Revision in com.google.api.services.drive.model |
|---|
| Methods in com.google.api.services.drive.model that return Revision | |
|---|---|
Revision |
Revision.setDownloadUrl(String downloadUrl)
Short term download URL for the file. |
Revision |
Revision.setEtag(String etag)
The ETag of the revision. |
Revision |
Revision.setExportLinks(Map<String,String> exportLinks)
Links for exporting Google Docs to specific formats. |
Revision |
Revision.setFileSize(Long fileSize)
The size of the revision in bytes. |
Revision |
Revision.setId(String id)
The ID of the revision. |
Revision |
Revision.setKind(String kind)
This is always drive#revision. |
Revision |
Revision.setLastModifyingUserName(String lastModifyingUserName)
Name of the last user to modify this revision. |
Revision |
Revision.setMd5Checksum(String md5Checksum)
An MD5 checksum for the content of this revision. |
Revision |
Revision.setMimeType(String mimeType)
The MIME type of the revision. |
Revision |
Revision.setModifiedDate(DateTime modifiedDate)
Last time this revision was modified (formatted RFC 3339 timestamp). |
Revision |
Revision.setOriginalFilename(String originalFilename)
The original filename when this revision was created. |
Revision |
Revision.setPinned(Boolean pinned)
Whether this revision is pinned to prevent automatic purging. |
Revision |
Revision.setPublishAuto(Boolean publishAuto)
Whether subsequent revisions will be automatically republished. |
Revision |
Revision.setPublished(Boolean published)
Whether this revision is published. |
Revision |
Revision.setPublishedLink(String publishedLink)
A link to the published revision. |
Revision |
Revision.setPublishedOutsideDomain(Boolean publishedOutsideDomain)
Whether this revision is published outside the domain. |
Revision |
Revision.setSelfLink(String selfLink)
A link back to this revision. |
| Methods in com.google.api.services.drive.model that return types with arguments of type Revision | |
|---|---|
List<Revision> |
RevisionList.getItems()
The actual list of revisions. |
| Method parameters in com.google.api.services.drive.model with type arguments of type Revision | |
|---|---|
RevisionList |
RevisionList.setItems(List<Revision> items)
The actual list of revisions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||