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