@Path(value="/pointsets") public class PointSetResource extends Object
Constructor and Description |
---|
PointSetResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAllPointSets() |
javax.ws.rs.core.Response |
getPointSet(String pointSetId) |
@GET @Produces(value="application/json") public javax.ws.rs.core.Response getAllPointSets()
@GET @Path(value="/{pointSetId}") @Produces(value="application/json") public javax.ws.rs.core.Response getPointSet(@PathParam(value="pointSetId") String pointSetId)
Copyright © 2019. All rights reserved.