Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.of(Versioned<Customer> customer,
CustomerToken token,
String newPassword)
Deprecated.
use
ofTokenAndPassword(String, String) instead |
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.of(Versioned<Customer> customer,
String tokenValue,
String newPassword)
Deprecated.
use
ofTokenAndPassword(String, String) instead |
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.ofTokenAndPassword(String tokenValue,
String newPassword)
Creates a command that can set a new password for a customer with a certain token.
|