Google GData ContactEntry 对象的唯一 ID(标识符)是什么?

发布于 2024-08-11 15:37:33 字数 158 浏览 7 评论 0原文

Google GData ContactEntry 对象是否有唯一标识符?基本上,例如,如果有两个名为“Andy Lim”的条目,我们需要区分这些条目以及可以使用的标识符是什么。另外,如果我们将联系人条目复制到另一个谷歌帐户中的联系人文件夹中,标识符会保持不变还是会改变?

问候, 微弱

Is there a unique identifier for the Google GData ContactEntry object? Basically, if there are two entries with names "Andy Lim" for example, we need to distinguish the entries and what is the identifier that can be used. Also, if we copy the contactentry to contacts folder in another google account, will the identifier stays the same, or will it change?

Regards,
Dicky

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白鸥掠海 2024-08-18 15:37:33

根据 ContactEntry API 文档ContactEntry 类扩展了 google.gdata.atom.Entry,并继承了 getId() 方法。

According to ContactEntry API documentation, the ContactEntry class extends google.gdata.atom.Entry, where it inherits a getId() method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文