Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Currency |
build() |
Currency.Builder |
copy(Currency model) |
Currency.Builder |
isoCode(String isoCode)
Currency Code
|
Currency.Builder |
name(String name)
Currency name
|
Currency.Builder |
stdPrecision(Long stdPrecision)
Standard Precision of the Currency
|
public Currency.Builder name(String name)
Currency name
name
- the value to setpublic Currency.Builder isoCode(String isoCode)
Currency Code
isoCode
- the value to setpublic Currency.Builder stdPrecision(Long stdPrecision)
Standard Precision of the Currency
stdPrecision
- the value to setpublic Currency build()
public Currency.Builder copy(Currency model)
Copyright © 2016–2024. All rights reserved.