RouteOrderSort

data class RouteOrderSort(val id: ApiSortType? = null, val name: ApiSortType? = null, val description: ApiSortType? = null, val identification: ApiSortType? = null, val status: ApiSortType? = null, val type: ApiSortType? = null, val distanceUnit: ApiSortType? = null, val totalDuration: ApiSortType? = null, val totalDistance: ApiSortType? = null, val routeInfo: ApiSortType? = null, val tripTypeIds: ApiSortType? = null, val companyId: ApiSortType? = null, val addedOnDate: ApiSortType? = null, val updateOnDate: ApiSortType? = null)

RouteOrderSort is a data class that represents the order to sort the Route registers on the API.

Constructors

Link copied to clipboard
constructor(id: ApiSortType? = null, name: ApiSortType? = null, description: ApiSortType? = null, identification: ApiSortType? = null, status: ApiSortType? = null, type: ApiSortType? = null, distanceUnit: ApiSortType? = null, totalDuration: ApiSortType? = null, totalDistance: ApiSortType? = null, routeInfo: ApiSortType? = null, tripTypeIds: ApiSortType? = null, companyId: ApiSortType? = null, addedOnDate: ApiSortType? = null, updateOnDate: ApiSortType? = null)

Properties

Link copied to clipboard

ApiSortType if wants to sort by the addedOnDate property. If null, it will not be sorted by the addedOnDate property.

Link copied to clipboard
val companyId: ApiSortType? = null

ApiSortType if wants to sort by the companyId property. If null, it will not be sorted by the companyId property.

Link copied to clipboard

ApiSortType if wants to sort by the description property. If null, it will not be sorted by the description property.

Link copied to clipboard

ApiSortType if wants to sort by the distanceUnit property. If null, it will not be sorted by the distanceUnit property.

Link copied to clipboard
val id: ApiSortType? = null

ApiSortType if wants to sort by the id property. If null, it will not be sorted by the id property.

Link copied to clipboard

ApiSortType if wants to sort by the identification property. If null, it will not be sorted by the identification property.

Link copied to clipboard
val name: ApiSortType? = null

ApiSortType if wants to sort by the name property. If null, it will not be sorted by the name property.

Link copied to clipboard
val routeInfo: ApiSortType? = null

ApiSortType if wants to sort by the routeInfo property. If null, it will not be sorted by the routeInfo property.

Link copied to clipboard
val status: ApiSortType? = null

ApiSortType if wants to sort by the status property. If null, it will not be sorted by the status property.

Link copied to clipboard

ApiSortType if wants to sort by the totalDistance property. If null, it will not be sorted by the totalDistance property.

Link copied to clipboard

ApiSortType if wants to sort by the totalDuration property. If null, it will not be sorted by the totalDuration property.

Link copied to clipboard

ApiSortType if wants to sort by the tripTypeIds property. If null, it will not be sorted by the tripTypeIds property.

Link copied to clipboard
val type: ApiSortType? = null

ApiSortType if wants to sort by the type property. If null, it will not be sorted by the type property.

Link copied to clipboard

ApiSortType if wants to sort by the updateOnDate property. If null, it will not be sorted by the updateOnDate property.