@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-19T14:15:28.036Z[Etc/UTC]") @Validated public interface ApiResourceApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
compare(UUID projectId,
String body)
PUT /api/bvtool/project/{projectId}/api/v1/compare : compare
|
org.springframework.http.ResponseEntity<String> |
read(UUID projectId,
String body)
PUT /api/bvtool/project/{projectId}/api/v1/read : read
|
org.springframework.http.ResponseEntity<String> |
readAndCompare(UUID projectId,
String body)
PUT /api/bvtool/project/{projectId}/api/v1/readAndCompare : readAndCompare
|
@RequestMapping(method=PUT,
value="/api/bvtool/project/{projectId}/api/v1/compare",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<String> compare(@PathVariable(value="projectId")
UUID projectId,
@RequestBody
String body)
projectId - projectId (required)body - (required)@RequestMapping(method=PUT,
value="/api/bvtool/project/{projectId}/api/v1/read",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<String> read(@PathVariable(value="projectId")
UUID projectId,
@RequestBody(required=false)
String body)
projectId - projectId (required)body - (optional)@RequestMapping(method=PUT,
value="/api/bvtool/project/{projectId}/api/v1/readAndCompare",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<String> readAndCompare(@PathVariable(value="projectId")
UUID projectId,
@RequestBody(required=false)
String body)
projectId - projectId (required)body - (optional)Copyright © 2025. All rights reserved.