ScheduleOrderSort

data class ScheduleOrderSort(val id: ApiSortType? = null, val orderId: ApiSortType? = null, val dockId: ApiSortType? = null, val sequence: ApiSortType? = null, val stateName: ApiSortType? = null, val job: ApiSortType? = null, val dateInit: ApiSortType? = null, val dateEnd: ApiSortType? = null, val hourInit: ApiSortType? = null, val hourEnd: ApiSortType? = null, val capacityInfo: ApiSortType? = null, val arrivalQueueDate: ApiSortType? = null, val arrivalQueueHour: ApiSortType? = null, val dateEventInit: ApiSortType? = null, val hourEventInit: ApiSortType? = null, val dateEventEnd: ApiSortType? = null, val hourEventEnd: ApiSortType? = null, val companyId: ApiSortType? = null, val addedOnDate: ApiSortType? = null, val updateOnDate: ApiSortType? = null)

ScheduleOrderSort is a data class that represents the order to sort the Schedule registers on the API.

Constructors

Link copied to clipboard
constructor(id: ApiSortType? = null, orderId: ApiSortType? = null, dockId: ApiSortType? = null, sequence: ApiSortType? = null, stateName: ApiSortType? = null, job: ApiSortType? = null, dateInit: ApiSortType? = null, dateEnd: ApiSortType? = null, hourInit: ApiSortType? = null, hourEnd: ApiSortType? = null, capacityInfo: ApiSortType? = null, arrivalQueueDate: ApiSortType? = null, arrivalQueueHour: ApiSortType? = null, dateEventInit: ApiSortType? = null, hourEventInit: ApiSortType? = null, dateEventEnd: ApiSortType? = null, hourEventEnd: 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 arrivalQueueDate property. If null, it will not be sorted by the arrivalQueueDate property.

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard
val hourEnd: ApiSortType? = null

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard
val orderId: ApiSortType? = null

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

Link copied to clipboard
val sequence: ApiSortType? = null

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

Link copied to clipboard
val stateName: ApiSortType? = null

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