| Constructor and Description |
|---|
ItemsResource() |
| Modifier and Type | Method and Description |
|---|---|
ItemResource |
get(String id) |
ItemsRepresentation |
query(UriInfo info,
int offset,
int limit) |
@GET public ItemsRepresentation query(@Context UriInfo info, @QueryParam(value="offset") @DefaultValue(value="-1") int offset, @DefaultValue(value="-1") @QueryParam(value="limit") int limit)
@Path(value="{id}") public ItemResource get(@PathParam(value="id") String id)
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.