ReservationStatus
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
RESERVATION_STATUS_UNSPECIFIED |
未指定状态。 |
PENDING |
预订正在等待处理。 |
CONFIRMED |
预订已确认。 |
CANCELLED |
用户已取消预订。 |
FULFILLED |
预留已完成。 |
CHANGE_REQUESTED |
已请求更改预留 |
REJECTED |
预留已过期或被集成商拒绝。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eReservation statuses include pending, confirmed, cancelled, fulfilled, change requested, and rejected, in addition to an unspecified state.\u003c/p\u003e\n"],["\u003cp\u003eA reservation can transition between these states, reflecting its lifecycle from initial request to completion or cancellation.\u003c/p\u003e\n"],["\u003cp\u003eStatuses like \u003ccode\u003eFULFILLED\u003c/code\u003e indicate a completed reservation, while \u003ccode\u003eCANCELLED\u003c/code\u003e or \u003ccode\u003eREJECTED\u003c/code\u003e signify termination for different reasons.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCHANGE_REQUESTED\u003c/code\u003e status highlights the possibility for users to modify their reservations.\u003c/p\u003e\n"]]],["The content defines reservation statuses. Possible statuses include `PENDING`, indicating a reservation is in process; `CONFIRMED`, meaning the reservation is secured; `CANCELLED`, showing it was user-terminated; and `FULFILLED`, signifying completion. `CHANGE_REQUESTED` means a modification is asked, and `REJECTED` means it was denied or expired. `RESERVATION_STATUS_UNSPECIFIED` represents an undefined status. These are the core reservation state values and their meanings.\n"],null,["# ReservationStatus\n\nStatus of reservation.\n\n| Enums ||\n|----------------------------------|-------------------------------------------------------|\n| `RESERVATION_STATUS_UNSPECIFIED` | Unspecified status. |\n| `PENDING` | The reservation is pending. |\n| `CONFIRMED` | The reservation is confirmed. |\n| `CANCELLED` | The reservation is cancelled by the user. |\n| `FULFILLED` | The reservation is fulfilled. |\n| `CHANGE_REQUESTED` | Change of reservation is requested |\n| `REJECTED` | Reservation either expired or rejected by integrator. |"]]