טיפוסים בני מנייה (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)."],[[["The `modifiedDate` property can be updated using various strategies defined by enums."],["Enums like `fromBody`, `fromBodyIfNeeded`, and `fromBodyOrNow` utilize the request body to set the `modifiedDate`, with variations on how they handle missing values."],["`noChange` preserves the existing `modifiedDate`, while `now` and `nowIfNeeded` use the current time, with the latter being conditional on the update's content."]]],[]]