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 KeAccountShopItemModifier and TypeMethodDescriptionItemApi.getKeAccountShopItem(UUID xRequestID, UUID id, UUID shopItemId) Получить информацию по товару пользователяItemApi.patchKeAccountShopitem(UUID xRequestID, UUID id, UUID shopItemId, PatchKeAccountShopItem patchKeAccountShopItem) Редактировать параметры изменения цены товараMethods in dev.crashteam.openapi.kerepricer.api that return types with arguments of type KeAccountShopItemModifier and TypeMethodDescriptionItemApi.getKeAccountShopItems(UUID xRequestID, UUID id, UUID shopId, Integer limit, Integer offset, String filter, List<String> sort) Получение списка товаров магазина пользователяItemApi.getKeAccountShopItemsPool(UUID xRequestID, UUID id, UUID shopId, Integer limit, Integer offset, String filter, List<String> sort) Получение списка товаров магазина пользователя в пуле для отслеживанияorg.springframework.http.ResponseEntity<List<KeAccountShopItem>>ItemApi.getKeAccountShopItemsPoolWithHttpInfo(UUID xRequestID, UUID id, UUID shopId, Integer limit, Integer offset, String filter, List<String> sort) Получение списка товаров магазина пользователя в пуле для отслеживанияorg.springframework.http.ResponseEntity<List<KeAccountShopItem>>ItemApi.getKeAccountShopItemsWithHttpInfo(UUID xRequestID, UUID id, UUID shopId, Integer limit, Integer offset, String filter, List<String> sort) Получение списка товаров магазина пользователяorg.springframework.http.ResponseEntity<KeAccountShopItem>ItemApi.getKeAccountShopItemWithHttpInfo(UUID xRequestID, UUID id, UUID shopItemId) Получить информацию по товару пользователяorg.springframework.http.ResponseEntity<KeAccountShopItem>ItemApi.patchKeAccountShopitemWithHttpInfo(UUID xRequestID, UUID id, UUID shopItemId, PatchKeAccountShopItem patchKeAccountShopItem) Редактировать параметры изменения цены товара -
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)