Package com.oracle.bmc.ospgateway.model
Class Country.Builder
- java.lang.Object
- 
- com.oracle.bmc.ospgateway.model.Country.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Country.Builderascii3CountryCode(String ascii3CountryCode)Country code in ISO-3166-1 3-letter formatCountrybuild()Country.Buildercopy(Country model)Country.BuildercountryCode(String countryCode)Country code in ISO-3166-1 2-letter formatCountry.BuildercountryId(BigDecimal countryId)Indentifier of the country.Country.BuildercountryName(String countryName)Name of the countryCountry.BuilderlanguageId(BigDecimal languageId)Language identifier
 
- 
- 
- 
Method Detail- 
countryIdpublic Country.Builder countryId(BigDecimal countryId) Indentifier of the country.This is a DB side unique id which was generated when the entity was created in the table - Parameters:
- countryId- the value to set
- Returns:
- this builder
 
 - 
countryCodepublic Country.Builder countryCode(String countryCode) Country code in ISO-3166-1 2-letter format- Parameters:
- countryCode- the value to set
- Returns:
- this builder
 
 - 
countryNamepublic Country.Builder countryName(String countryName) Name of the country- Parameters:
- countryName- the value to set
- Returns:
- this builder
 
 - 
languageIdpublic Country.Builder languageId(BigDecimal languageId) Language identifier- Parameters:
- languageId- the value to set
- Returns:
- this builder
 
 - 
ascii3CountryCodepublic Country.Builder ascii3CountryCode(String ascii3CountryCode) Country code in ISO-3166-1 3-letter format- Parameters:
- ascii3CountryCode- the value to set
- Returns:
- this builder
 
 - 
buildpublic Country build() 
 - 
copypublic Country.Builder copy(Country model) 
 
- 
 
-