@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.projects.Project") public final class ChangeCountries extends UpdateActionImpl<Project>
countries
property of a Project
.Project.getCountries()
Modifier and Type | Method and Description |
---|---|
List<com.neovisionaries.i18n.CountryCode> |
getCountries() |
static ChangeCountries |
of(List<com.neovisionaries.i18n.CountryCode> countries)
Creates a new object initialized with the given values.
|
getAction
public List<com.neovisionaries.i18n.CountryCode> getCountries()
public static ChangeCountries of(List<com.neovisionaries.i18n.CountryCode> countries)
countries
- initial value for the Project.getCountries()
property