Package net.bluemind.addressbook.api
Interface IVCardService
@Path("/addressbooks/vcards/{containerUid}")
public interface IVCardService
- 
Method Summary
Modifier and TypeMethodDescriptiondirectImportCards(String vcard) exportCards(List<String> uids) importCards(String vcard)  
- 
Method Details
- 
exportAll
- Throws:
 ServerFault
 - 
exportCards
- Throws:
 ServerFault
 - 
importCards
- Parameters:
 vcard- one and only one card- Returns:
 - vcard uid
 - Throws:
 ServerFault
 - 
directImportCards
- Throws:
 ServerFault
 
 -