DockOrderSort

data class DockOrderSort(val id: ApiSortType? = null, val name: ApiSortType? = null, val pickupTime: ApiSortType? = null, val deliveryTime: ApiSortType? = null, val objectId: ApiSortType? = null, val portId: ApiSortType? = null, val liftTruck: ApiSortType? = null, val additionalInfo: ApiSortType? = null, val skillIds: ApiSortType? = null, val status: ApiSortType? = null, val fleet: ApiSortType? = null, val loadType: ApiSortType? = null, val companyId: ApiSortType? = null, val addedOnDate: ApiSortType? = null, val updateOnDate: ApiSortType? = null)

DockOrderSort is a data class that represents the order to sort the Dock registers on the API.

Constructors

Link copied to clipboard
constructor(id: ApiSortType? = null, name: ApiSortType? = null, pickupTime: ApiSortType? = null, deliveryTime: ApiSortType? = null, objectId: ApiSortType? = null, portId: ApiSortType? = null, liftTruck: ApiSortType? = null, additionalInfo: ApiSortType? = null, skillIds: ApiSortType? = null, status: ApiSortType? = null, fleet: ApiSortType? = null, loadType: 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
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 deliveryTime property. If null, it will not be sorted by the deliveryTime 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 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 liftTruck: ApiSortType? = null

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

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

Link copied to clipboard
val portId: ApiSortType? = null

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

Link copied to clipboard
val skillIds: ApiSortType? = null

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