@RestController @RequestMapping(path="api/v1/config/booking-categories") public class CategoriesController extends Object
| Constructor and Description |
|---|
CategoriesController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resource<de.adorsys.smartanalytics.api.config.CategoriesTree> |
getCategories() |
org.springframework.http.HttpEntity<Void> |
updateCategories(de.adorsys.smartanalytics.api.config.CategoriesTree categoriesContainer) |
org.springframework.http.HttpEntity<?> |
uploadCategories(org.springframework.web.multipart.MultipartFile categoriesFile) |
@GetMapping public org.springframework.hateoas.Resource<de.adorsys.smartanalytics.api.config.CategoriesTree> getCategories()
@PutMapping public org.springframework.http.HttpEntity<Void> updateCategories(@RequestBody de.adorsys.smartanalytics.api.config.CategoriesTree categoriesContainer)
@PostMapping(path="/upload")
public org.springframework.http.HttpEntity<?> uploadCategories(@RequestParam
org.springframework.web.multipart.MultipartFile categoriesFile)
Copyright © 2018. All rights reserved.