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 types with arguments of type KeAccountModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<KeAccount>>AccountsApi.addKeAccount(UUID xRequestID, @Valid reactor.core.publisher.Mono<AddKeAccountRequest> addKeAccountRequest, org.springframework.web.server.ServerWebExchange exchange) POST /accounts : Добавить KazanExpress аккаунтdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<KeAccount>>AccountsApi.getKeAccount(UUID xRequestID, UUID id, org.springframework.web.server.ServerWebExchange exchange) GET /accounts/{id} : Получить данные аккаунта KazanExpressdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<reactor.core.publisher.Flux<KeAccount>>>AccountsApi.getKeAccounts(UUID xRequestID, org.springframework.web.server.ServerWebExchange exchange) GET /accounts : Получение списка 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)