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 | 聯絡人的其他資訊 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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 |"]]