טיפוסים בני מנייה (enum) | |
---|---|
fromBody |
יש להגדיר את modifiedDate בערך שצוין בגוף הבקשה. אם לא צוין ערך, לא יחול שינוי. |
fromBodyIfNeeded |
הערך של modifiedDate צריך להיות הערך שצוין בגוף הבקשה, בהתאם לתוכן העדכון. |
fromBodyOrNow |
מגדירים את הפרמטר DateDate לערך שצוין בגוף הבקשה, או לערך הנוכחי אם לא צוין ערך. |
noChange |
שמירה על הערך הקודם של modifiedDate . |
now |
מגדירים את modifiedDate לשעה הנוכחית. |
nowIfNeeded |
מגדירים את modifiedDate לשעה הנוכחית בהתאם לתוכן העדכון. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-04 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-04 (שעון UTC)."],[[["`modifiedDate` can be updated using various strategies, including values from the request body, the current time, or maintaining the existing value."],["Enums such as `fromBody`, `fromBodyOrNow`, and `now` offer direct control over `modifiedDate` updates."],["Conditional updates to `modifiedDate` are possible with enums like `fromBodyIfNeeded` and `nowIfNeeded`, depending on other request data."],["`noChange` enum preserves the original `modifiedDate` value, preventing any modifications."]]],[]]