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