@Produces(value="application/json") public class SearchResource extends Object
| Constructor and Description |
|---|
SearchResource() |
@GET @NotNull public List<ContactCard> searchForContact(@NotBlank(message="{search.string.empty}")@QueryParam(value="q") String searchValue)
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.