@Path(value="/paginated")
public interface PaginatedClientResource
Modifier and Type | Method and Description |
---|---|
GenericResponse<JsonOneOffsetPaginatedListDto> |
index(Long offset,
Integer limit) |
@GET @Produces(value="application/json") GenericResponse<JsonOneOffsetPaginatedListDto> index(@QueryParam(value="offset") Long offset, @QueryParam(value="limit") Integer limit)
Copyright © 2019 Cerner Innovation, Inc.. All rights reserved.