Builder

class Builder

Builder class for creating Admin instances.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): Admin

Builds an Admin instance with the current builder values.

Link copied to clipboard

Sets the 2 character ISO 3166-1 alpha-2 code.

Link copied to clipboard
fun withCountryCodeAlpha3(countryCodeAlpha3: String?): Admin.Builder

Sets the 3 character ISO 3166-1 alpha-3 code.