public class CurrencyModelBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CurrencyModelBuilder |
aModel() |
CurrencyModel |
build() |
static CurrencyModelBuilder |
fromModel(CurrencyModel model) |
protected CurrencyModel |
getModel() |
CurrencyModelBuilder |
withActive(java.lang.Boolean active) |
CurrencyModelBuilder |
withIsocode(java.lang.String isocode) |
CurrencyModelBuilder |
withSymbol(java.lang.String symbol) |
protected CurrencyModel getModel()
public static CurrencyModelBuilder aModel()
public static CurrencyModelBuilder fromModel(CurrencyModel model)
public CurrencyModel build()
public CurrencyModelBuilder withActive(java.lang.Boolean active)
public CurrencyModelBuilder withIsocode(java.lang.String isocode)
public CurrencyModelBuilder withSymbol(java.lang.String symbol)
Copyright © 2018 SAP SE. All Rights Reserved.