Package | Description |
---|---|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<CustomerToken> |
CustomerToken.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.of(Versioned<Customer> customer,
CustomerToken customerToken)
|
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.of(Versioned<Customer> customer,
CustomerToken token,
String newPassword)
Deprecated.
|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.ofCustomerToken(CustomerToken customerToken)
Creates a command to verify the email of a customer.
|
static CustomerInStoreVerifyEmailCommand |
CustomerInStoreVerifyEmailCommand.ofCustomerToken(String storeKey,
CustomerToken customerToken)
Creates a command to verify the email of a customer.
|
Modifier and Type | Method and Description |
---|---|
static CustomerByEmailTokenGet |
CustomerByEmailTokenGet.of(CustomerToken token) |
static CustomerByPasswordTokenGet |
CustomerByPasswordTokenGet.of(CustomerToken token) |
static CustomerInStoreByEmailTokenGet |
CustomerInStoreByEmailTokenGet.of(String storeKey,
CustomerToken token) |
static CustomerInStoreByPasswordTokenGet |
CustomerInStoreByPasswordTokenGet.of(String storeKey,
CustomerToken token) |