Uses of Class
dev.crashteam.openapi.kerepricer.model.AddKeAccountShopItemCompetitorRequest
Packages that use AddKeAccountShopItemCompetitorRequest
-
Uses of AddKeAccountShopItemCompetitorRequest in dev.crashteam.openapi.kerepricer.api
Method parameters in dev.crashteam.openapi.kerepricer.api with type arguments of type AddKeAccountShopItemCompetitorRequestModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>AccountsApi.addKeAccountShopItemCompetitor(UUID xRequestID, UUID id, @Valid reactor.core.publisher.Mono<AddKeAccountShopItemCompetitorRequest> addKeAccountShopItemCompetitorRequest, org.springframework.web.server.ServerWebExchange exchange) POST /accounts/{id}/shop-item-competitor : Добавить конкурентный товар для отслеживания -
Uses of AddKeAccountShopItemCompetitorRequest in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return AddKeAccountShopItemCompetitorRequestModifier and TypeMethodDescriptionAddKeAccountShopItemCompetitorRequest.competitorProductId(Long competitorProductId) AddKeAccountShopItemCompetitorRequest.competitorSkuId(Long competitorSkuId) AddKeAccountShopItemCompetitorRequest.shopItemRef(ShopItemRef shopItemRef)