Enum | |
---|---|
REVIEW_STATUS_UNSPECIFIED |
|
UNDER_REVIEW |
|
underReview |
Alias lama untuk |
APPROVED |
|
approved |
Alias lama untuk |
REJECTED |
|
rejected |
Alias lama untuk |
DRAFT |
|
draft |
Alias lama untuk |
ReviewStatus
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eThis documentation outlines the different enum values available for representing review statuses.\u003c/p\u003e\n"],["\u003cp\u003eLegacy aliases exist for several review statuses, but they are deprecated and should not be used (\u003ccode\u003eunderReview\u003c/code\u003e, \u003ccode\u003eapproved\u003c/code\u003e, \u003ccode\u003erejected\u003c/code\u003e, \u003ccode\u003edraft\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe preferred and current enum values for review statuses are \u003ccode\u003eREVIEW_STATUS_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eUNDER_REVIEW\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, and \u003ccode\u003eDRAFT\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines an enum related to review status. It outlines the following statuses: `REVIEW_STATUS_UNSPECIFIED`, `UNDER_REVIEW`, `APPROVED`, `REJECTED`, and `DRAFT`. It also indicates deprecated legacy aliases for each of the statuses, `underReview`, `approved`, `rejected`, and `draft`. The provided information is the name of the enums, the description, and whether they are deprecated.\n"],null,["| Enums ||\n|-----------------------------|-------------------------------------------------------------------------|\n| `REVIEW_STATUS_UNSPECIFIED` | |\n| `UNDER_REVIEW` | |\n| `underReview` | Legacy alias for `UNDER_REVIEW`. Deprecated. | This item is deprecated! |\n| `APPROVED` | |\n| `approved` | Legacy alias for `APPROVED`. Deprecated. | This item is deprecated! |\n| `REJECTED` | |\n| `rejected` | Legacy alias for `REJECTED`. Deprecated. | This item is deprecated! |\n| `DRAFT` | |\n| `draft` | Legacy alias for `DRAFT`. Deprecated. | This item is deprecated! |"]]