Uses of Class
org.springframework.social.google.api.drive.PropertyVisibility
-
Packages that use PropertyVisibility Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Drive -
-
Uses of PropertyVisibility in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return PropertyVisibility Modifier and Type Method Description PropertyVisibilityFileProperty. getVisibility()static PropertyVisibilityPropertyVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyVisibility[]PropertyVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.social.google.api.drive with parameters of type PropertyVisibility Modifier and Type Method Description DriveFileQueryBuilderDriveFileQueryBuilder. propertiesHas(String propertyKey, String propertyValue, PropertyVisibility visibility)voidFileProperty. setVisibility(PropertyVisibility visibility)Constructors in org.springframework.social.google.api.drive with parameters of type PropertyVisibility Constructor Description FileProperty(String key, String value, PropertyVisibility visibility)Full constructor
-