Uses of Record Class
com.endurancetrio.business.tracker.dto.geojson.RouteSegmentProperty
Packages that use RouteSegmentProperty
-
Uses of RouteSegmentProperty in com.endurancetrio.business.tracker.dto.geojson
Methods in com.endurancetrio.business.tracker.dto.geojson that return types with arguments of type RouteSegmentPropertyModifier and TypeMethodDescriptionRouteProperty.segments()Returns the value of thesegmentsrecord component.Constructor parameters in com.endurancetrio.business.tracker.dto.geojson with type arguments of type RouteSegmentPropertyModifierConstructorDescriptionRouteProperty(Long id, String reference, Long totalDistance, List<RouteSegmentProperty> segments) Creates an instance of aRoutePropertyrecord class.