Package dev.vality.anapi.v2.api
Class InvoiceTemplatesApiController
java.lang.Object
dev.vality.anapi.v2.api.InvoiceTemplatesApiController
- All Implemented Interfaces:
InvoiceTemplatesApi
@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 InvoiceTemplatesApiController
extends Object
implements InvoiceTemplatesApi
-
Constructor Summary
Constructors Constructor Description InvoiceTemplatesApiController(InvoiceTemplatesApiDelegate delegate) -
Method Summary
Modifier and Type Method Description InvoiceTemplatesApiDelegategetDelegate()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.InvoiceTemplatesApi
searchInvoiceTemplates
-
Constructor Details
-
InvoiceTemplatesApiController
public InvoiceTemplatesApiController(@Autowired(required=false) InvoiceTemplatesApiDelegate delegate)
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceInvoiceTemplatesApi
-