开发者

What is the unique ID (identifier) for a Google GData ContactEntry object?

开发者 https://www.devze.com 2022-12-11 10:34 出处:网络
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 ident

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?

Re开发者_如何学JAVAgards, Dicky


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

0

精彩评论

暂无评论...
验证码 换一张
取 消