Uses of Class
dev.crashteam.openapi.kerepricer.model.KeAccountShopItem
Packages that use KeAccountShopItem
-
Uses of KeAccountShopItem in dev.crashteam.openapi.kerepricer.api
Methods in dev.crashteam.openapi.kerepricer.api that return types with arguments of type KeAccountShopItemModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<KeAccountShopItem>>AccountsApi.getKeAccountShopItem(UUID xRequestID, UUID id, UUID shopItemId, org.springframework.web.server.ServerWebExchange exchange) GET /accounts/{id}/items/{shopItemId} : Получить информацию по товару пользователяdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<reactor.core.publisher.Flux<KeAccountShopItem>>>AccountsApi.getKeAccountShopItems(UUID xRequestID, UUID id, UUID shopId, @Min(0L) @Max(1000L) @Valid Integer limit, @Min(0L) @Valid Integer offset, @Valid String filter, @Valid List<String> sort, org.springframework.web.server.ServerWebExchange exchange) GET /accounts/{id}/shops/{shopId}/items : Получение списка товаров магазина пользователяdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<reactor.core.publisher.Flux<KeAccountShopItem>>>AccountsApi.getKeAccountShopItemsPool(UUID xRequestID, UUID id, UUID shopId, @Min(0L) @Max(1000L) @Valid Integer limit, @Min(0L) @Valid Integer offset, @Valid String filter, @Valid List<String> sort, org.springframework.web.server.ServerWebExchange exchange) GET /accounts/{id}/shops/{shopId}/pool-items : Получение списка товаров магазина пользователя в пуле для отслеживанияdefault reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<KeAccountShopItem>>AccountsApi.patchKeAccountShopitem(UUID xRequestID, UUID id, UUID shopItemId, @Valid reactor.core.publisher.Mono<PatchKeAccountShopItem> patchKeAccountShopItem, org.springframework.web.server.ServerWebExchange exchange) PATCH /accounts/{id}/items/{shopItemId} : Редактировать параметры изменения цены товара -
Uses of KeAccountShopItem in dev.crashteam.openapi.kerepricer.model
Methods in dev.crashteam.openapi.kerepricer.model that return KeAccountShopItemModifier and TypeMethodDescriptionKeAccountShopItem.availableAmount(Long availableAmount) KeAccountShopItem.discount(BigDecimal discount) KeAccountShopItem.maximumThreshold(Double maximumThreshold) KeAccountShopItem.minimumThreshold(Double minimumThreshold)