public static interface Country.Builder extends SdkPojo, CopyableBuilder<Country.Builder,Country>
| Modifier and Type | Method and Description |
|---|---|
Country.Builder |
countryCode(String countryCode)
The 2-letter ISO 3166 country code for the country.
|
Country.Builder |
countryName(String countryName)
The name of the country.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCountry.Builder countryCode(String countryCode)
The 2-letter ISO 3166 country code for the country.
countryCode - The 2-letter ISO 3166 country code for the country.Country.Builder countryName(String countryName)
The name of the country.
countryName - The name of the country.Copyright © 2023. All rights reserved.