Uses of Record Class
com.v1rex.liftnexus.storagebin.dto.StorageBinRequest
Packages that use StorageBinRequest
Package
Description
-
Uses of StorageBinRequest in com.v1rex.liftnexus.storagebin.controller
Methods in com.v1rex.liftnexus.storagebin.controller with parameters of type StorageBinRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StorageBinResponse> StorageBinController.createStorageBin(@Valid StorageBinRequest request) -
Uses of StorageBinRequest in com.v1rex.liftnexus.storagebin.mapper
Methods in com.v1rex.liftnexus.storagebin.mapper with parameters of type StorageBinRequest -
Uses of StorageBinRequest in com.v1rex.liftnexus.storagebin.service
Methods in com.v1rex.liftnexus.storagebin.service with parameters of type StorageBinRequestModifier and TypeMethodDescriptionStorageBinService.createStorageBin(StorageBinRequest request) Creates a new storage bin and returns its DTO representation.