Class DriveItemsSelectedActionResponse
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Driveפריטיםנבחרופעולהתגובה
מייצגת תגובה שמבצעת שינויים ב-Drive בזמן שבוחרים פריטים ב-Drive, בתגובה לפעולה שבוצעה בממשק המשתמש, כמו לחיצה על לחצן.
Methods
שיטה | סוג הערך המוחזר | תיאור קצר |
printJson() | String | הדפסת הייצוג של האובייקט הזה ב-JSON. |
מסמכים מפורטים
printJson()
הדפסת הייצוג של האובייקט הזה ב-JSON. האפשרות הזו מיועדת לניפוי באגים בלבד.
חזרה
String
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eDriveItemsSelectedActionResponse\u003c/code\u003e facilitates changes to Google Drive based on user actions when items are selected.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eprintJson()\u003c/code\u003e method for debugging purposes, outputting the object's JSON representation as a string.\u003c/p\u003e\n"]]],["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"],null,["# Class DriveItemsSelectedActionResponse\n\nDriveItemsSelectedActionResponse\n\nRepresents a response that makes changes to Drive while Drive items are selected and in reaction\nto an action taken in the UI, such as a button click. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-----------------------------|-------------|------------------------------------------------|\n| [printJson()](#printJson()) | `String` | Prints the JSON representation of this object. |\n\nDetailed documentation\n----------------------\n\n### `print``Json()`\n\nPrints the JSON representation of this object. This is for debugging only.\n\n#### Return\n\n\n`String`"]]