Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.of(Versioned<Customer> customer,
CustomerToken customerToken)
Deprecated.
|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.of(Versioned<Customer> customer,
String tokenValue)
Deprecated.
|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.ofCustomerToken(CustomerToken customerToken)
Creates a command to verify the email of a customer.
|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.ofTokenValue(String tokenValue)
Creates a command to verify the email of a customer.
|