Uses of Record Class
com.v1rex.liftnexus.storagebin.dto.StorageBinResponse
Packages that use StorageBinResponse
Package
Description
-
Uses of StorageBinResponse in com.v1rex.liftnexus.storagebin.controller
Methods in com.v1rex.liftnexus.storagebin.controller that return types with arguments of type StorageBinResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StorageBinResponse> StorageBinController.createStorageBin(@Valid StorageBinRequest request) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<StorageBinResponse>> StorageBinController.findAllStorageBins(org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<StorageBinResponse> -
Uses of StorageBinResponse in com.v1rex.liftnexus.storagebin.mapper
Methods in com.v1rex.liftnexus.storagebin.mapper that return StorageBinResponse -
Uses of StorageBinResponse in com.v1rex.liftnexus.storagebin.service
Methods in com.v1rex.liftnexus.storagebin.service that return StorageBinResponseModifier and TypeMethodDescriptionStorageBinService.createStorageBin(StorageBinRequest request) Creates a new storage bin and returns its DTO representation.Retrieves a storage bin by its unique identifier and returns its DTO representation.Methods in com.v1rex.liftnexus.storagebin.service that return types with arguments of type StorageBinResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<StorageBinResponse> StorageBinService.findAll(org.springframework.data.domain.Pageable pageable) Retrieves a paginated list of all storage bins, mapped to their DTO representations.