Class Market.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.Market.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Market.BuilderbillToCountries(List<String> billToCountries)bill to countries for the market.Marketbuild()Market.BuildercategoryCode(String categoryCode)The category code of the market.Market.Buildercode(String code)The code of the market.Market.Buildercopy(Market model)Market.BuilderlifecycleState(Market.LifecycleState lifecycleState)The current state for the market.Market.Buildername(String name)The name of the market.Market.BuilderrealmCode(String realmCode)The realm code of the market.Market.BuildertimeCreated(Date timeCreated)The date and time the market was created, in the format defined by RFC3339.Market.BuildertimeUpdated(Date timeUpdated)The date and time the market was updated, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
namepublic Market.Builder name(String name) The name of the market.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
codepublic Market.Builder code(String code) The code of the market.- Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
categoryCodepublic Market.Builder categoryCode(String categoryCode) The category code of the market.- Parameters:
- categoryCode- the value to set
- Returns:
- this builder
 
 - 
realmCodepublic Market.Builder realmCode(String realmCode) The realm code of the market.- Parameters:
- realmCode- the value to set
- Returns:
- this builder
 
 - 
billToCountriespublic Market.Builder billToCountries(List<String> billToCountries) bill to countries for the market.- Parameters:
- billToCountries- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Market.Builder lifecycleState(Market.LifecycleState lifecycleState) The current state for the market.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Market.Builder timeCreated(Date timeCreated) The date and time the market was created, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Market.Builder timeUpdated(Date timeUpdated) The date and time the market was updated, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic Market build() 
 - 
copypublic Market.Builder copy(Market model) 
 
- 
 
-