DriveFile.OpenMode

  • DriveFile.OpenMode is an abstract annotation that defines the available modes for opening a file.

  • It inherits methods from the java.lang.annotation.Annotation interface, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface DriveFile.OpenMode implements Annotation

The available modes that a file can be opened in.

Inherited Method Summary