Package dev.vality.anapi.v2.api
Class InvoicesApiController
java.lang.Object
dev.vality.anapi.v2.api.InvoicesApiController
- All Implemented Interfaces:
InvoicesApi
@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 InvoicesApiController
extends Object
implements InvoicesApi
-
Constructor Summary
Constructors Constructor Description InvoicesApiController(InvoicesApiDelegate delegate) -
Method Summary
Modifier and Type Method Description InvoicesApiDelegategetDelegate()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.InvoicesApi
searchInvoices
-
Constructor Details
-
InvoicesApiController
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceInvoicesApi
-