Uses of Class
dev.crashteam.openapi.kerepricer.model.KeAccount
Packages that use KeAccount
-
Uses of KeAccount in dev.crashteam.openapi.kerepricer.api
Methods in dev.crashteam.openapi.kerepricer.api that return KeAccountModifier and TypeMethodDescriptionAccountApi.addKeAccount(UUID xRequestID, AddKeAccountRequest addKeAccountRequest) Добавить KazanExpress аккаунтAccountApi.getKeAccount(UUID xRequestID, UUID id) Получить данные аккаунта KazanExpressMethods in dev.crashteam.openapi.kerepricer.api that return types with arguments of type KeAccountModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<KeAccount>AccountApi.addKeAccountWithHttpInfo(UUID xRequestID, AddKeAccountRequest addKeAccountRequest) Добавить KazanExpress аккаунтAccountApi.getKeAccounts(UUID xRequestID) Получение списка KazanExpress аккаунтовAccountApi.getKeAccountsWithHttpInfo(UUID xRequestID) Получение списка KazanExpress аккаунтовorg.springframework.http.ResponseEntity<KeAccount>AccountApi.getKeAccountWithHttpInfo(UUID xRequestID, UUID id) Получить данные аккаунта KazanExpress -
Uses of KeAccount in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return KeAccountModifier and TypeMethodDescriptionKeAccount.initializeState(InitializeState initializeState) KeAccount.lastUpdate(OffsetDateTime lastUpdate) KeAccount.monitorState(MonitorState monitorState) KeAccount.updateState(UpdateState updateState)