DriveFolder.DriveFolderResult
This interface is deprecated.
DriveFolder
objects are returned directly in the new Drive clients.
A result that contains a DriveFolder
.
Inherited Method Summary
From interface com.google.android.gms.common.api.Result
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`DriveFolder.DriveFolderResult` is deprecated and `DriveFolder` objects are now returned directly in Drive clients."],["This interface, when used, provided a result containing a `DriveFolder` object."],["The primary method, `getDriveFolder()`, allowed retrieval of the `DriveFolder` from the result."]]],["`DriveFolder.DriveFolderResult` is a deprecated interface replaced by direct `DriveFolder` objects. It served as a result container for a `DriveFolder`. The interface has one public method, `getDriveFolder()`, which returns a `DriveFolder` object. It also inherits the `getStatus()` method from the `Result` interface to provide the result status. The key action is to get the DriveFolder.\n"]]