FieldType

Entries

Link copied to clipboard
@SerialName(value = "addressLine1")
AddressLine1
Link copied to clipboard
@SerialName(value = "addressLine2")
AddressLine2
Link copied to clipboard
@SerialName(value = "locality")
Locality
Link copied to clipboard
@SerialName(value = "dependentLocality")
DependentLocality
Link copied to clipboard
@SerialName(value = "postalCode")
PostalCode
Link copied to clipboard
@SerialName(value = "sortingCode")
SortingCode
Link copied to clipboard
@SerialName(value = "administrativeArea")
AdministrativeArea
Link copied to clipboard
@SerialName(value = "name")
Name

Types

Link copied to clipboard

Properties

Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun valueOf(value: String): FieldType

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.