public class CountryModelBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static CountryModelBuilder |
aModel() |
CountryModel |
build() |
static CountryModelBuilder |
fromModel(CountryModel model) |
CountryModelBuilder |
withActive(Boolean active) |
CountryModelBuilder |
withIsoCode(String isoCode) |
CountryModelBuilder |
withName(String name,
Locale locale) |
public static CountryModelBuilder aModel()
public static CountryModelBuilder fromModel(CountryModel model)
public CountryModel build()
public CountryModelBuilder withIsoCode(String isoCode)
public CountryModelBuilder withName(String name, Locale locale)
public CountryModelBuilder withActive(Boolean active)
Copyright © 2017 SAP SE. All Rights Reserved.