Enum | |
---|---|
fromBody |
ตั้งค่า modifiedDate เป็นค่าที่ระบุไว้ในเนื้อหาของคําขอ ไม่มีการเปลี่ยนแปลงหากไม่มีการระบุค่า |
fromBodyIfNeeded |
ตั้งค่า modifiedDate เป็นค่าที่ระบุไว้ในเนื้อหาของคําขอโดยขึ้นอยู่กับเนื้อหาอื่นๆ ของการอัปเดต |
fromBodyOrNow |
ตั้งค่า EditDate เป็นค่าที่ระบุไว้ในเนื้อหาของคําขอ หรือเวลาปัจจุบันหากไม่ได้ระบุค่าไว้ |
noChange |
เก็บค่าก่อนหน้าของ modifiedDate ไว้ |
now |
ตั้ง modifiedDate เป็นเวลาปัจจุบัน |
nowIfNeeded |
ตั้งค่า modifiedDate เป็นเวลาปัจจุบันขึ้นอยู่กับเนื้อหาของการอัปเดต |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]