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