PortOrderSort

data class PortOrderSort(val id: ApiSortType? = null, val name: ApiSortType? = null, val description: ApiSortType? = null, val identification: ApiSortType? = null, val country: ApiSortType? = null, val department: ApiSortType? = null, val city: ApiSortType? = null, val address: ApiSortType? = null, val latitude: ApiSortType? = null, val longitude: ApiSortType? = null, val dockIds: ApiSortType? = null, val entranceRadiusMeters: ApiSortType? = null, val departureRadiusMeters: ApiSortType? = null, val status: ApiSortType? = null, val companyId: ApiSortType? = null, val addedOnDate: ApiSortType? = null, val updateOnDate: ApiSortType? = null)

PortOrderSort is a data class that represents the order to sort the Port registers on the API.

Constructors

Link copied to clipboard
constructor(id: ApiSortType? = null, name: ApiSortType? = null, description: ApiSortType? = null, identification: ApiSortType? = null, country: ApiSortType? = null, department: ApiSortType? = null, city: ApiSortType? = null, address: ApiSortType? = null, latitude: ApiSortType? = null, longitude: ApiSortType? = null, dockIds: ApiSortType? = null, entranceRadiusMeters: ApiSortType? = null, departureRadiusMeters: ApiSortType? = null, status: 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 address: ApiSortType? = null

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

Link copied to clipboard
val city: ApiSortType? = null

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

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

Link copied to clipboard
val department: ApiSortType? = null

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

Link copied to clipboard

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

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

Link copied to clipboard

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

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

Link copied to clipboard
val longitude: ApiSortType? = null

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