TransferType

Created by Michael Ruppen on 28.06.2024

Entries

Link copied to clipboard
@SerialName(value = "walk")
WALK
Link copied to clipboard
@SerialName(value = "shuttle")
SHUTTLE
Link copied to clipboard
@SerialName(value = "taxi")
TAXI
Link copied to clipboard
@SerialName(value = "protectedConnection")
PROTECTED_CONNECTION
Link copied to clipboard
@SerialName(value = "guaranteedConnection")
GUARANTEED_CONNECTION
Link copied to clipboard
@SerialName(value = "remainInVehicle")
REMAIN_IN_VEHICLE
Link copied to clipboard
@SerialName(value = "changeWithinVehicle")
CHANGE_WITHIN_VEHICLE
Link copied to clipboard
@SerialName(value = "checkIn")
CHECK_IN
Link copied to clipboard
@SerialName(value = "checkOut")
CHECK_OUT
Link copied to clipboard
@SerialName(value = "parkAndRide")
PARK_AND_RIDE
Link copied to clipboard
@SerialName(value = "bikeAndRide")
BIKE_AND_RIDE
Link copied to clipboard
@SerialName(value = "carHire")
CAR_HIRE
Link copied to clipboard
@SerialName(value = "bikeHire")
BIKE_HIRE
Link copied to clipboard
@SerialName(value = "other")
OTHER
Link copied to clipboard
@SerialName(value = "unknown")
UNKNOWN

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.