public final class CustomerInStoreVerifyEmailCommand extends CommandImpl<Customer>
Modifier and Type | Method and Description |
---|---|
String |
getTokenValue() |
HttpRequestIntent |
httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
protected com.fasterxml.jackson.databind.JavaType |
jacksonJavaType() |
static CustomerInStoreVerifyEmailCommand |
ofCustomerToken(String storeKey,
CustomerToken customerToken)
Creates a command to verify the email of a customer.
|
static CustomerInStoreVerifyEmailCommand |
ofTokenValue(String storeKey,
String tokenValue)
Creates a command to verify the email of a customer.
|
deserialize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canDeserialize
protected com.fasterxml.jackson.databind.JavaType jacksonJavaType()
jacksonJavaType
in class CommandImpl<Customer>
public HttpRequestIntent httpRequestIntent()
SphereRequest
public static CustomerInStoreVerifyEmailCommand ofTokenValue(String storeKey, String tokenValue)
tokenValue
- the value of the token which customer email address should be confirmedpublic static CustomerInStoreVerifyEmailCommand ofCustomerToken(String storeKey, CustomerToken customerToken)
customerToken
- the token objectpublic String getTokenValue()