Package net.bluemind.addressbook.api
Interface IAddressBooks
@Path("/addressbooks")
public interface IAddressBooks
- 
Method Summary
Modifier and TypeMethodDescriptionsearch(VCardQuery query) ElasticSearch based vcard search througth all subscribed addressbooks 
- 
Method Details
- 
search
@POST @Path("_search") ListResult<ItemContainerValue<VCardInfo>> search(VCardQuery query) throws ServerFault ElasticSearch based vcard search througth all subscribed addressbooks- Parameters:
 query-- Returns:
 - Throws:
 ServerFault
 
 -