Uses of Class
org.springframework.social.google.api.drive.FileRevision
-
Packages that use FileRevision Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of FileRevision in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return FileRevision Modifier and Type Method Description FileRevisionFileRevision.FileRevisionBuilder. build()Build a new FileRevision object from the given POJO.FileRevisionDriveOperations. updateRevision(String fileId, String revisionId, FileRevision revision)Updates a file revisionMethods in org.springframework.social.google.api.drive that return types with arguments of type FileRevision Modifier and Type Method Description List<FileRevision>DriveOperations. getRevisions(String fileId)Returns the revisions of a fileMethods in org.springframework.social.google.api.drive with parameters of type FileRevision Modifier and Type Method Description FileRevisionDriveOperations. updateRevision(String fileId, String revisionId, FileRevision revision)Updates a file revision -
Uses of FileRevision in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return FileRevision Modifier and Type Method Description FileRevisionDriveTemplate. updateRevision(String fileId, String revisionId, FileRevision revision)Methods in org.springframework.social.google.api.drive.impl that return types with arguments of type FileRevision Modifier and Type Method Description List<FileRevision>DriveTemplate. getRevisions(String fileId)Methods in org.springframework.social.google.api.drive.impl with parameters of type FileRevision Modifier and Type Method Description FileRevisionDriveTemplate. updateRevision(String fileId, String revisionId, FileRevision revision)
-