@RestController public class RemoveGreetingResource extends Object
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
removeGreeting(UUID id) |
@RequestMapping(path="/greetings/{id}",
method=DELETE)
@ResponseStatus(value=NO_CONTENT)
public org.springframework.http.ResponseEntity removeGreeting(@NotNull @PathVariable(value="id")
UUID id)
Copyright © 2016–2018 Sharmarke Aden. All rights reserved.