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