Class DriveItemsSelectedActionResponse
DriveItemsSelectedActionResponse
Represents a response that makes changes to Drive while Drive items are selected and in reaction
to an action taken in the UI, such as a button click.
Methods
Method | Return type | Brief description |
printJson() | String | Prints the JSON representation of this object. |
Detailed documentation
printJson()
Prints the JSON representation of this object. This is for debugging only.
Return
String
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-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["`DriveItemsSelectedActionResponse` facilitates changes to Google Drive based on user actions when items are selected."],["It includes a `printJson()` method for debugging purposes, outputting the object's JSON representation as a string."]]],["The `DriveItemsSelectedActionResponse` handles changes to Drive when items are selected and an action is performed in the UI. It contains one method: `printJson()`. This method returns a `String` and provides a JSON representation of the object, intended for debugging purposes. It enables developers to inspect the object's state by outputting it as a JSON string.\n"]]