Uses of Class
com.oracle.bmc.ospgateway.model.Country
-
Packages that use Country Package Description com.oracle.bmc.ospgateway.model -
-
Uses of Country in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Country Modifier and Type Method Description Country
Country.Builder. build()
Country
BillToAddress. getCountry()
Methods in com.oracle.bmc.ospgateway.model with parameters of type Country Modifier and Type Method Description Country.Builder
Country.Builder. copy(Country model)
BillToAddress.Builder
BillToAddress.Builder. country(Country country)
Constructors in com.oracle.bmc.ospgateway.model with parameters of type Country Constructor Description BillToAddress(String contactName, String companyName, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String streetName, String streetNumber, String city, Country country, String county, String state, String postalCode, String province)
Deprecated.
-