Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerSignInCommand |
CustomerSignInCommand.of(String email,
String password) |
static CustomerSignInCommand |
CustomerSignInCommand.of(String email,
String password,
ResourceIdentifier<Cart> anonymousCart) |
static CustomerSignInCommand |
CustomerSignInCommand.of(String email,
String password,
String anonymousCartId)
Deprecated.
use
of(String, String, ResourceIdentifier) instead |
CustomerSignInCommand |
CustomerSignInCommand.withAnonymousCart(ResourceIdentifier<Cart> anonymousCart) |
CustomerSignInCommand |
CustomerSignInCommand.withAnonymousCartSignInMode(AnonymousCartSignInMode anonymousCartSignInMode) |
CustomerSignInCommand |
CustomerSignInCommand.withAnonymousId(String anonymousId) |
CustomerSignInCommand |
CustomerSignInCommand.withUpdateProductData(Boolean updateProductData) |