Uses of Class
com.oracle.bmc.ospgateway.model.Country.Builder
-
Packages that use Country.Builder Package Description com.oracle.bmc.ospgateway.model -
-
Uses of Country.Builder in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Country.Builder Modifier and Type Method Description Country.Builder
Country.Builder. ascii3CountryCode(String ascii3CountryCode)
Country code in ISO-3166-1 3-letter formatstatic Country.Builder
Country. builder()
Create a new builder.Country.Builder
Country.Builder. copy(Country model)
Country.Builder
Country.Builder. countryCode(String countryCode)
Country code in ISO-3166-1 2-letter formatCountry.Builder
Country.Builder. countryId(BigDecimal countryId)
Indentifier of the country.Country.Builder
Country.Builder. countryName(String countryName)
Name of the countryCountry.Builder
Country.Builder. languageId(BigDecimal languageId)
Language identifierCountry.Builder
Country. toBuilder()
-