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