Package | Description |
---|---|
com.google.api.services.drive | |
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Drive.Revisions.Update |
Drive.Revisions.update(String fileId,
String revisionId,
Revision content)
Updates a revision with patch semantics.
|
Constructor and Description |
---|
Update(String fileId,
String revisionId,
Revision content)
Updates a revision with patch semantics.
|
Modifier and Type | Method and Description |
---|---|
Revision |
Revision.clone() |
Revision |
Revision.set(String fieldName,
Object value) |
Revision |
Revision.setExportLinks(Map<String,String> exportLinks)
Output only.
|
Revision |
Revision.setId(String id)
Output only.
|
Revision |
Revision.setKeepForever(Boolean keepForever)
Whether to keep this revision forever, even if it is no longer the head revision.
|
Revision |
Revision.setKind(String kind)
Output only.
|
Revision |
Revision.setLastModifyingUser(User lastModifyingUser)
Output only.
|
Revision |
Revision.setMd5Checksum(String md5Checksum)
Output only.
|
Revision |
Revision.setMimeType(String mimeType)
Output only.
|
Revision |
Revision.setModifiedTime(com.google.api.client.util.DateTime modifiedTime)
The last time the revision was modified (RFC 3339 date-time).
|
Revision |
Revision.setOriginalFilename(String originalFilename)
Output only.
|
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)
Output only.
|
Revision |
Revision.setPublishedOutsideDomain(Boolean publishedOutsideDomain)
Whether this revision is published outside the domain.
|
Revision |
Revision.setSize(Long size)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
RevisionList.getRevisions()
The list of revisions.
|
Modifier and Type | Method and Description |
---|---|
RevisionList |
RevisionList.setRevisions(List<Revision> revisions)
The list of revisions.
|
Copyright © 2011–2024 Google. All rights reserved.