Brand

@Serializable
enum Brand : Enum<Brand>

Entries

Link copied to clipboard
@SerialName(value = "bmw")
BMW
Link copied to clipboard
@SerialName(value = "citroen")
CITROEN
Link copied to clipboard
@SerialName(value = "ds")
DS
Link copied to clipboard
@SerialName(value = "mercedes-benz")
MERCEDES_BENZ
Link copied to clipboard
@SerialName(value = "mini")
MINI
Link copied to clipboard
@SerialName(value = "opel")
OPEL
Link copied to clipboard
@SerialName(value = "peugeot")
PEUGEOT
Link copied to clipboard
@SerialName(value = "vauxhall")
VAUXHALL
Link copied to clipboard
@SerialName(value = "jeep")
JEEP
Link copied to clipboard
@SerialName(value = "fiat")
FIAT
Link copied to clipboard
@SerialName(value = "alfaromeo")
ALFAROMEO
Link copied to clipboard
@SerialName(value = "ford")
FORD
Link copied to clipboard
@SerialName(value = "renault")
RENAULT
Link copied to clipboard
@SerialName(value = "toyota")
TOYOTA
Link copied to clipboard
@SerialName(value = "sandbox")
SANDBOX

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
fun valueOf(value: String): Brand

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.