Uses of Class
org.springframework.social.google.api.drive.FileProperty
-
Packages that use FileProperty Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of FileProperty in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return FileProperty Modifier and Type Method Description FilePropertyDriveOperations. addProperty(String fileId, FileProperty property)Adds a new property to a fileFilePropertyDriveOperations. getProperty(String fileId, String propertyKey)Get a specific custom property applied to this fileFilePropertyDriveOperations. updateProperty(String fileId, FileProperty property)Updates a propertyMethods in org.springframework.social.google.api.drive that return types with arguments of type FileProperty Modifier and Type Method Description List<FileProperty>DriveOperations. getProperties(String fileId)Get the custom properties applied to this fileMethods in org.springframework.social.google.api.drive with parameters of type FileProperty Modifier and Type Method Description FilePropertyDriveOperations. addProperty(String fileId, FileProperty property)Adds a new property to a fileFilePropertyDriveOperations. updateProperty(String fileId, FileProperty property)Updates a property -
Uses of FileProperty in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return FileProperty Modifier and Type Method Description FilePropertyDriveTemplate. addProperty(String fileId, FileProperty property)FilePropertyDriveTemplate. getProperty(String fileId, String propertyKey)FilePropertyDriveTemplate. updateProperty(String fileId, FileProperty property)Methods in org.springframework.social.google.api.drive.impl that return types with arguments of type FileProperty Modifier and Type Method Description List<FileProperty>DriveTemplate. getProperties(String fileId)Methods in org.springframework.social.google.api.drive.impl with parameters of type FileProperty Modifier and Type Method Description FilePropertyDriveTemplate. addProperty(String fileId, FileProperty property)FilePropertyDriveTemplate. updateProperty(String fileId, FileProperty property)
-