All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
ResourceIdentifier<Cart> |
getAnonymousCart() |
String |
getAnonymousCartId()
|
AnonymousCartSignInMode |
getAnonymousCartSignInMode() |
String |
getAnonymousId() |
String |
getEmail() |
String |
getPassword() |
HttpRequestIntent |
httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
protected com.fasterxml.jackson.databind.JavaType |
jacksonJavaType() |
static CustomerInStoreSignInCommand |
of(String storeKey,
String email,
String password) |
static CustomerInStoreSignInCommand |
of(String storeKey,
String email,
String password,
ResourceIdentifier<Cart> anonymousCart) |
static CustomerInStoreSignInCommand |
of(String storeKey,
String email,
String password,
String anonymousCartId)
|
CustomerInStoreSignInCommand |
withAnonymousCart(String storeKey,
ResourceIdentifier<Cart> anonymousCart) |
CustomerInStoreSignInCommand |
withAnonymousCartSignInMode(String storeKey,
AnonymousCartSignInMode anonymousCartSignInMode) |
CustomerInStoreSignInCommand |
withAnonymousId(String storeKey,
String anonymousId) |
CustomerInStoreSignInCommand |
withUpdateProductData(String storeKey,
Boolean updateProductData) |