Enum Field
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Verworfene Attribute
Property | Typ | Beschreibung |
FULL_NAME | Enum | den vollständigen Namen des Kontakts |
GIVEN_NAME | Enum | Vorname des Kontakts |
MIDDLE_NAME | Enum | Zweiter Vorname des Kontakts |
FAMILY_NAME | Enum | Familienname (Nachname) des Kontakts |
MAIDEN_NAME | Enum | Mädchenname des Kontakts |
NICKNAME | Enum | Alias des Kontakts |
SHORT_NAME | Enum | Kurzname des Kontakts |
INITIALS | Enum | die Initialen des Kontakts |
PREFIX | Enum | Präfix für den Kontaktnamen |
SUFFIX | Enum | das Suffix für den Namen des Kontakts |
HOME_EMAIL | Enum | Die private E-Mail-Adresse des Kontakts |
WORK_EMAIL | Enum | die geschäftliche E-Mail-Adresse des Kontakts |
BIRTHDAY | Enum | Geburtstag des Kontakts |
ANNIVERSARY | Enum | den Jahrestag des Kontakts |
HOME_ADDRESS | Enum | Privatadresse des Kontakts |
WORK_ADDRESS | Enum | Arbeitsadresse des Kontakts |
ASSISTANT_PHONE | Enum | Telefonnummer des Assistenten des Kontakts |
CALLBACK_PHONE | Enum | Die Telefonnummer des Kontakts, über die der Kontakt zurückgerufen wird |
MAIN_PHONE | Enum | Haupttelefonnummer des Kontakts |
PAGER | Enum | Pagernummer des Kontakts |
HOME_FAX | Enum | Private Faxnummer des Kontakts |
WORK_FAX | Enum | die geschäftliche Faxnummer des Kontakts |
HOME_PHONE | Enum | Die private Telefonnummer des Kontakts |
WORK_PHONE | Enum | Geschäftliche Telefonnummer des Kontakts |
MOBILE_PHONE | Enum | Die Mobiltelefonnummer des Kontakts |
GOOGLE_VOICE | Enum | die Google Voice-Nummer des Kontakts |
NOTES | Enum | Notizen zum Kontakt |
GOOGLE_TALK | Enum | Die Google Talk-ID des Kontakts |
AIM | Enum | Die AIM-Kennung des Kontakts |
YAHOO | Enum | Yahoo! Instant Messaging-ID des Kontakts |
SKYPE | Enum | Skype-ID des Kontakts |
QQ | Enum | QQ-ID des Kontakts |
MSN | Enum | die MSN-ID des Kontakts |
ICQ | Enum | die ICQ-Kennung des Kontakts |
JABBER | Enum | Jabber-Kennung des Kontakts |
BLOG | Enum | Blog-URL des Kontakts |
FTP | Enum | FTP-URL des Kontakts |
PROFILE | Enum | Profil-URL des Kontakts |
HOME_PAGE | Enum | Homepage-URL des Kontakts |
WORK_WEBSITE | Enum | URL der geschäftlichen Website des Kontakts |
HOME_WEBSITE | Enum | URL der privaten Website des Kontakts |
JOB_TITLE | Enum | Berufsbezeichnung des Kontakts |
COMPANY | Enum | Unternehmen des Kontakts |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003e\u003ccode\u003eField\u003c/code\u003e is deprecated and developers should use the People API advanced service instead.\u003c/p\u003e\n"],["\u003cp\u003eThis enum was previously used for specifying contact fields when interacting with contacts.\u003c/p\u003e\n"],["\u003cp\u003eIt included a wide range of properties like names, addresses, phone numbers, online identifiers, and work details.\u003c/p\u003e\n"],["\u003cp\u003eThe table lists all the deprecated properties along with their data type and a short description.\u003c/p\u003e\n"]]],[],null,["# Enum Field\n\nField\n\n\n**Deprecated.** Instead, use the [People API advanced\nservice](/apps-script/advanced/people)\n\nAn enum for contacts fields. \n\n### Deprecated properties\n\n| Property | Type | Description |\n|-------------------|--------|--------------------------------------------------|\n| `FULL_NAME` | `Enum` | the contact's full name |\n| `GIVEN_NAME` | `Enum` | the contact's given (first) name |\n| `MIDDLE_NAME` | `Enum` | the contact's middle name |\n| `FAMILY_NAME` | `Enum` | the contact's family (last) name |\n| `MAIDEN_NAME` | `Enum` | the contact's maiden name |\n| `NICKNAME` | `Enum` | the contact's nickname |\n| `SHORT_NAME` | `Enum` | the contact's short name |\n| `INITIALS` | `Enum` | the contact's initials |\n| `PREFIX` | `Enum` | the prefix for the contact's name |\n| `SUFFIX` | `Enum` | the suffix for the contact's name |\n| `HOME_EMAIL` | `Enum` | the contact's home email address |\n| `WORK_EMAIL` | `Enum` | the contact's work email address |\n| `BIRTHDAY` | `Enum` | the contact's birthday |\n| `ANNIVERSARY` | `Enum` | the contact's anniversary |\n| `HOME_ADDRESS` | `Enum` | the contact's home address |\n| `WORK_ADDRESS` | `Enum` | the contact's work address |\n| `ASSISTANT_PHONE` | `Enum` | the contact's assistant's phone number |\n| `CALLBACK_PHONE` | `Enum` | the contact's callback phone number |\n| `MAIN_PHONE` | `Enum` | the contact's main phone number |\n| `PAGER` | `Enum` | the contact's pager number |\n| `HOME_FAX` | `Enum` | the contact's home fax number |\n| `WORK_FAX` | `Enum` | the contact's work fax number |\n| `HOME_PHONE` | `Enum` | the contact's home phone number |\n| `WORK_PHONE` | `Enum` | the contact's work phone number |\n| `MOBILE_PHONE` | `Enum` | the contact's mobile phone number |\n| `GOOGLE_VOICE` | `Enum` | the contact's Google Voice number |\n| `NOTES` | `Enum` | notes about the contact |\n| `GOOGLE_TALK` | `Enum` | the contact's Google Talk identifier |\n| `AIM` | `Enum` | the contact's AIM identifier |\n| `YAHOO` | `Enum` | the contact's Yahoo instant messaging identifier |\n| `SKYPE` | `Enum` | the contact's Skype identifier |\n| `QQ` | `Enum` | the contact's QQ identifer |\n| `MSN` | `Enum` | the contact's MSN identifier |\n| `ICQ` | `Enum` | the contact's ICQ identifier |\n| `JABBER` | `Enum` | the contact's Jabber identifier |\n| `BLOG` | `Enum` | the contact's blog URL |\n| `FTP` | `Enum` | the contact's FTP URL |\n| `PROFILE` | `Enum` | the contact's profile URL |\n| `HOME_PAGE` | `Enum` | the contact's home page URL |\n| `WORK_WEBSITE` | `Enum` | the contact's work website URL |\n| `HOME_WEBSITE` | `Enum` | the contact's home website URL |\n| `JOB_TITLE` | `Enum` | the contact's job title |\n| `COMPANY` | `Enum` | the contact's company |"]]