OrderOrderSort

data class OrderOrderSort(val id: ApiSortType? = null, val routeId: ApiSortType? = null, val state: ApiSortType? = null, val priority: ApiSortType? = null, val totalOperators: ApiSortType? = null, val identifier: ApiSortType? = null, val businessUnit: ApiSortType? = null, val shipment: ApiSortType? = null, val dateInit: ApiSortType? = null, val hourInit: ApiSortType? = null, val edaOrigin: ApiSortType? = null, val etaOrigin: ApiSortType? = null, val eddOrigin: ApiSortType? = null, val etdOrigin: ApiSortType? = null, val edaDestination: ApiSortType? = null, val etaDestination: ApiSortType? = null, val eddDestination: ApiSortType? = null, val etdDestination: ApiSortType? = null, val fleet: ApiSortType? = null, val loadType: ApiSortType? = null, val resourceIds: ApiSortType? = null, val truckId: ApiSortType? = null, val operatorIds: ApiSortType? = null, val objectId: ApiSortType? = null, val additionalInfo: ApiSortType? = null, val companyId: ApiSortType? = null, val addedOnDate: ApiSortType? = null, val updateOnDate: ApiSortType? = null)

OrderOrderSort is a data class that represents the order to sort the Order registers on the API.

Constructors

Link copied to clipboard
constructor(id: ApiSortType? = null, routeId: ApiSortType? = null, state: ApiSortType? = null, priority: ApiSortType? = null, totalOperators: ApiSortType? = null, identifier: ApiSortType? = null, businessUnit: ApiSortType? = null, shipment: ApiSortType? = null, dateInit: ApiSortType? = null, hourInit: ApiSortType? = null, edaOrigin: ApiSortType? = null, etaOrigin: ApiSortType? = null, eddOrigin: ApiSortType? = null, etdOrigin: ApiSortType? = null, edaDestination: ApiSortType? = null, etaDestination: ApiSortType? = null, eddDestination: ApiSortType? = null, etdDestination: ApiSortType? = null, fleet: ApiSortType? = null, loadType: ApiSortType? = null, resourceIds: ApiSortType? = null, truckId: ApiSortType? = null, operatorIds: ApiSortType? = null, objectId: ApiSortType? = null, additionalInfo: 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

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

Link copied to clipboard

ApiSortType if wants to sort by the businessUnit property. If null, it will not be sorted by the businessUnit 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
val dateInit: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val edaOrigin: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val eddOrigin: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val etaOrigin: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val etdOrigin: ApiSortType? = null

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

Link copied to clipboard
val fleet: ApiSortType? = null

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

Link copied to clipboard
val hourInit: ApiSortType? = null

ApiSortType if wants to sort by the hourInit property. If null, it will not be sorted by the hourInit 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
val identifier: ApiSortType? = null

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

Link copied to clipboard
val loadType: ApiSortType? = null

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

Link copied to clipboard
val objectId: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val priority: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val routeId: ApiSortType? = null

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

Link copied to clipboard
val shipment: ApiSortType? = null

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

Link copied to clipboard
val state: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard
val truckId: ApiSortType? = null

ApiSortType if wants to sort by the truckId property. If null, it will not be sorted by the truckId 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.