Package dev.vality.anapi.v2.api
Class ReportsApiController
java.lang.Object
dev.vality.anapi.v2.api.ReportsApiController
- All Implemented Interfaces:
ReportsApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
@Controller
@RequestMapping("${openapi.valityPlatformAnalytics.base-path:/lk/v2}")
public class ReportsApiController
extends Object
implements ReportsApi
-
Constructor Summary
Constructors Constructor Description ReportsApiController(ReportsApiDelegate delegate) -
Method Summary
Modifier and Type Method Description ReportsApiDelegategetDelegate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.vality.anapi.v2.api.ReportsApi
cancelReport, createReport, downloadFile, getReport, searchReports
-
Constructor Details
-
ReportsApiController
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceReportsApi
-