Class AccountsApiController
java.lang.Object
dev.crashteam.openapi.kerepricer.api.AccountsApiController
- All Implemented Interfaces:
AccountsApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2022-09-25T19:34:30.087552571Z[Etc/UTC]")
@Controller
@RequestMapping("${openapi.crashTeamKazanExpressRepricer.base-path:/v1}")
public class AccountsApiController
extends Object
implements AccountsApi
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.crashteam.openapi.kerepricer.api.AccountsApi
addKeAccount, addKeAccountShopItemCompetitor, addKeAccountShopItemPool, deleteKeAccount, getAccountShopItemPoolCount, getKeAccount, getKeAccountCompetitorShopItems, getKeAccounts, getKeAccountShopItem, getKeAccountShopItemPriceChangeHistory, getKeAccountShopItems, getKeAccountShopItemSimilar, getKeAccountShopItemsPool, getKeAccountShops, patchKeAccount, patchKeAccountInitializationState, patchKeAccountMonitoringState, patchKeAccountShopitem, removeKeAccountShopItemCompetitor, removeKeAccountShopItemFromPool, updateKeAccountData
-
Constructor Details
-
AccountsApiController
public AccountsApiController()
-