Package | Description |
---|---|
io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
Modifier and Type | Method and Description |
---|---|
static SetFirstName |
SetFirstName.of(String firstName)
Creates a new update action from the given parameters.
|
static SetFirstName |
SetFirstName.ofUnset()
Creates a new update action to unset the
firstName property. |