Class UnpauseResource
java.lang.Object
info.mikethomas.fahservices.service.UnpauseResource
REST Web Service.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.org.springframework.http.ResponseEntity
<String> getUnpause
(int slot) Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.
-
Constructor Details
-
UnpauseResource
public UnpauseResource()
-
-
Method Details
-
getUnpause
@RequestMapping(value="/unpause", method=GET, produces={"application/json","application/xml","text/xml"}) @ResponseBody public org.springframework.http.ResponseEntity<String> getUnpause()Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.- Returns:
- an instance of java.lang.String
-
getUnpause
@RequestMapping(value="/unpause/{slot}", method=GET, produces={"application/json","application/xml","text/xml"}) @ResponseBody public org.springframework.http.ResponseEntity<String> getUnpause(@PathVariable("slot") int slot) Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.- Parameters:
slot
- Slot number- Returns:
- an instance of java.lang.String
-