Uses of Record Class
com.v1rex.liftnexus.storagebin.dto.CoordinateDto
Packages that use CoordinateDto
-
Uses of CoordinateDto in com.v1rex.liftnexus.storagebin.dto
Methods in com.v1rex.liftnexus.storagebin.dto that return CoordinateDtoModifier and TypeMethodDescription@NotNull(message="Coordinates are required") @Valid CoordinateDtoStorageBinRequest.coordinate()Returns the value of thecoordinaterecord component.StorageBinResponse.coordinate()Returns the value of thecoordinaterecord component.Constructors in com.v1rex.liftnexus.storagebin.dto with parameters of type CoordinateDtoModifierConstructorDescriptionStorageBinRequest(@NotNull(message="Bin code is required") String binCode, @NotNull(message="Coordinates are required") @Valid CoordinateDto coordinate, @NotNull(message="Zone type is required") ZoneType zoneType, @NotNull(message="Max weight capacity is required") @Min(value=0L,message="Weight capacity cannot be negative") Integer maxWeightCapacityKg) Creates an instance of aStorageBinRequestrecord class.StorageBinResponse(Long id, String binCode, CoordinateDto coordinate, ZoneType zoneType, Integer maxWeightCapacityKg) Creates an instance of aStorageBinResponserecord class.