DriveFolder.DriveFileResult

  • The DriveFolder.DriveFileResult interface is deprecated and DriveFile objects are now returned directly in new Drive clients.

  • This result interface contains a DriveFile object.

  • The interface has a public method, getDriveFile(), which returns a DriveFile object.

  • It also inherits the getStatus() method from the Result interface.

public static interface DriveFolder.DriveFileResult implements Result

This interface is deprecated.
DriveFile objects are returned directly in the new Drive clients.

A result that contains a DriveFile.

Public Method Summary

abstract DriveFile

Inherited Method Summary

Public Methods

public abstract DriveFile getDriveFile ()