@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.stores.Store") public final class SetLanguages extends UpdateActionImpl<Store>
languages
property of a Store
.Store.getLanguages()
Modifier and Type | Method and Description |
---|---|
List<String> |
getLanguages() |
static SetLanguages |
of(List<String> languages)
Creates a new object initialized with the given values.
|
static SetLanguages |
ofUnset()
Creates a new object initialized with the given values.
|
getAction
public static SetLanguages of(@Nullable List<String> languages)
languages
- initial value for the Store.getLanguages()
propertypublic static SetLanguages ofUnset()