Class AdminMarket.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.AdminMarket.Builder
-
- Enclosing class:
- AdminMarket
public static class AdminMarket.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminMarket.BuilderbillToCountries(List<AdminBillToCountries> billToCountries)bill to countries for the market.AdminMarketbuild()AdminMarket.BuildercategoryCode(String categoryCode)The category code of the market.AdminMarket.Buildercode(String code)The code of the market.AdminMarket.Buildercopy(AdminMarket model)AdminMarket.Buildername(String name)The name of the market.
-
-
-
Method Detail
-
name
public AdminMarket.Builder name(String name)
The name of the market.- Parameters:
name- the value to set- Returns:
- this builder
-
code
public AdminMarket.Builder code(String code)
The code of the market.- Parameters:
code- the value to set- Returns:
- this builder
-
categoryCode
public AdminMarket.Builder categoryCode(String categoryCode)
The category code of the market.- Parameters:
categoryCode- the value to set- Returns:
- this builder
-
billToCountries
public AdminMarket.Builder billToCountries(List<AdminBillToCountries> billToCountries)
bill to countries for the market.- Parameters:
billToCountries- the value to set- Returns:
- this builder
-
build
public AdminMarket build()
-
copy
public AdminMarket.Builder copy(AdminMarket model)
-
-