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