Interface IAddressBookUids
@Path("/addressbook/uids")
public interface IAddressBookUids
Returns common addressbook container UIDs. All related entries are stored
within the container
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcollectedContactsUserAddressbook(String userUid) static StringdefaultUserAddressbook(String userUid) default StringReturns the UID of collected contactsdefault StringgetDefaultUserAddressbook(String userUid) Returns the default user addressbook UIDdefault StringgetUserCreatedAddressbook(String uniqueUid) Returns the UID of user-created addressbooksdefault StringgetUserVCards(String domainUid) Returns the UID of the domain addressbokstatic StringuserCreatedAddressbook(String randomSeed) static StringuserVCards(String domainUid)
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getDefaultUserAddressbook
-
getCollectedContactsUserAddressbook
-
getUserCreatedAddressbook
-
getUserVCards
-
defaultUserAddressbook
-
collectedContactsUserAddressbook
-
userCreatedAddressbook
-
userVCards
-