@Path(value="greetings") public class UpdateGreetingResource extends Object
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
updateGreeting(UUID id,
GreetingModel model) |
@PUT
@Path(value="{id}")
@Consumes(value={"application/json","application/x-www-form-urlencoded"})
public javax.ws.rs.core.Response updateGreeting(@NotNull @PathParam(value="id")
UUID id,
GreetingModel model)
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.