public final class CustomerInStoreSignInCommand extends CommandImpl<CustomerSignInResult>
deserialize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canDeserialize
public static CustomerInStoreSignInCommand of(String storeKey, String email, String password)
@Deprecated public static CustomerInStoreSignInCommand of(String storeKey, String email, String password, @Nullable String anonymousCartId)
of(String, String, String, ResourceIdentifier)
()} insteadpublic static CustomerInStoreSignInCommand of(String storeKey, String email, String password, @Nullable ResourceIdentifier<Cart> anonymousCart)
public CustomerInStoreSignInCommand withAnonymousId(String storeKey, @Nullable String anonymousId)
public CustomerInStoreSignInCommand withAnonymousCart(String storeKey, @Nullable ResourceIdentifier<Cart> anonymousCart)
public CustomerInStoreSignInCommand withAnonymousCartSignInMode(String storeKey, @Nullable AnonymousCartSignInMode anonymousCartSignInMode)
public CustomerInStoreSignInCommand withUpdateProductData(String storeKey, @Nullable Boolean updateProductData)
protected com.fasterxml.jackson.databind.JavaType jacksonJavaType()
jacksonJavaType
in class CommandImpl<CustomerSignInResult>
public HttpRequestIntent httpRequestIntent()
SphereRequest
public String getEmail()
public String getPassword()
@Deprecated @Nullable public String getAnonymousCartId()
getAnonymousCart()
instead@Nullable public ResourceIdentifier<Cart> getAnonymousCart()
@Nullable public AnonymousCartSignInMode getAnonymousCartSignInMode()