Uses of Class
dev.crashteam.openapi.kerepricer.model.AddKeAccountShopItemPoolRequest
Packages that use AddKeAccountShopItemPoolRequest
-
Uses of AddKeAccountShopItemPoolRequest in dev.crashteam.openapi.kerepricer.api
Method parameters in dev.crashteam.openapi.kerepricer.api with type arguments of type AddKeAccountShopItemPoolRequestModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>AccountsApi.addKeAccountShopItemPool(UUID xRequestID, UUID id, @Valid reactor.core.publisher.Mono<AddKeAccountShopItemPoolRequest> addKeAccountShopItemPoolRequest, org.springframework.web.server.ServerWebExchange exchange) POST /accounts/{id}/pool-items : Добавить товар в пул для отслеживанияdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>AccountsApi.removeKeAccountShopItemFromPool(UUID xRequestID, UUID id, @Valid reactor.core.publisher.Mono<AddKeAccountShopItemPoolRequest> addKeAccountShopItemPoolRequest, org.springframework.web.server.ServerWebExchange exchange) DELETE /accounts/{id}/pool-items : Удалить товар из пула для отслеживания -
Uses of AddKeAccountShopItemPoolRequest in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return AddKeAccountShopItemPoolRequest