Google GData ContactEntry 对象的唯一 ID(标识符)是什么?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 ContactEntry API 文档,
ContactEntry
类扩展了google.gdata.atom.Entry
,并继承了getId()
方法。According to ContactEntry API documentation, the
ContactEntry
class extendsgoogle.gdata.atom.Entry
, where it inherits agetId()
method.