Enum ExtendedField
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
พร็อพเพอร์ตี้ที่เลิกใช้งานแล้ว
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
HOBBY | Enum | งานอดิเรกของรายชื่อติดต่อ |
MILEAGE | Enum | ระยะทางของรายชื่อติดต่อ |
LANGUAGE | Enum | ภาษาของรายชื่อติดต่อ |
GENDER | Enum | เพศของรายชื่อติดต่อ |
BILLING_INFORMATION | Enum | ข้อมูลสำหรับการเรียกเก็บเงินของรายชื่อติดต่อ |
DIRECTORY_SERVER | Enum | เซิร์ฟเวอร์ไดเรกทอรีของผู้ติดต่อ |
SENSITIVITY | Enum | ความไวของรายชื่อติดต่อ |
PRIORITY | Enum | ลําดับความสําคัญของผู้ติดต่อ |
HOME | Enum | ข้อมูลบ้านของรายชื่อติดต่อ |
WORK | Enum | ข้อมูลงานของรายชื่อติดต่อ |
USER | Enum | ข้อมูลผู้ใช้ของรายชื่อติดต่อ |
OTHER | Enum | ข้อมูลอื่นๆ ของรายชื่อติดต่อ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eExtendedField\u003c/code\u003e is deprecated and the People API advanced service should be used instead.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExtendedField\u003c/code\u003e was an enum used for extended contact fields, defining properties like hobby, mileage, language, and more.\u003c/p\u003e\n"],["\u003cp\u003eProperties within \u003ccode\u003eExtendedField\u003c/code\u003e such as \u003ccode\u003eHOBBY\u003c/code\u003e, \u003ccode\u003eMILEAGE\u003c/code\u003e, and others are now deprecated.\u003c/p\u003e\n"]]],[],null,["# Enum ExtendedField\n\nExtendedField\n\n\n**Deprecated.** Instead, use the [People API advanced\nservice](/apps-script/advanced/people)\n\nAn enum for extended contacts fields. \n\n### Deprecated properties\n\n| Property | Type | Description |\n|-----------------------|--------|-----------------------------------|\n| `HOBBY` | `Enum` | the contact's hobby |\n| `MILEAGE` | `Enum` | the contact's mileage |\n| `LANGUAGE` | `Enum` | the contact's language |\n| `GENDER` | `Enum` | the contact's gender |\n| `BILLING_INFORMATION` | `Enum` | the contact's billing information |\n| `DIRECTORY_SERVER` | `Enum` | the contact's directory server |\n| `SENSITIVITY` | `Enum` | the contact's sensitivity |\n| `PRIORITY` | `Enum` | the contact's priority |\n| `HOME` | `Enum` | the contact's home information |\n| `WORK` | `Enum` | the contact's work information |\n| `USER` | `Enum` | the contact's user information |\n| `OTHER` | `Enum` | the contact's other information |"]]