Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Market.Builder |
billToCountries(List<String> billToCountries)
bill to countries for the market.
|
Market |
build() |
Market.Builder |
categoryCode(String categoryCode)
The category code of the market.
|
Market.Builder |
code(String code)
The code of the market.
|
Market.Builder |
copy(Market model) |
Market.Builder |
lifecycleState(Market.LifecycleState lifecycleState)
The current state for the market.
|
Market.Builder |
name(String name)
The name of the market.
|
Market.Builder |
realmCode(String realmCode)
The realm code of the market.
|
Market.Builder |
timeCreated(Date timeCreated)
The date and time the market was created, in the format defined by
RFC3339.
|
Market.Builder |
timeUpdated(Date timeUpdated)
The date and time the market was updated, in the format defined by
RFC3339.
|
public Market.Builder name(String name)
The name of the market.
name
- the value to setpublic Market.Builder code(String code)
The code of the market.
code
- the value to setpublic Market.Builder categoryCode(String categoryCode)
The category code of the market.
categoryCode
- the value to setpublic Market.Builder realmCode(String realmCode)
The realm code of the market.
realmCode
- the value to setpublic Market.Builder billToCountries(List<String> billToCountries)
bill to countries for the market.
billToCountries
- the value to setpublic Market.Builder lifecycleState(Market.LifecycleState lifecycleState)
The current state for the market.
lifecycleState
- the value to setpublic 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
timeCreated
- the value to setpublic 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
timeUpdated
- the value to setpublic Market build()
public Market.Builder copy(Market model)
Copyright © 2016–2024. All rights reserved.