public final class CustomerInStoreCreatePasswordTokenCommand extends CommandImpl<CustomerToken>
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
Long |
getTtlMinutes() |
HttpRequestIntent |
httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
protected com.fasterxml.jackson.databind.JavaType |
jacksonJavaType() |
static CustomerInStoreCreatePasswordTokenCommand |
of(String storeKey,
String customerEmail) |
static CustomerInStoreCreatePasswordTokenCommand |
of(String storeKey,
String customerEmail,
Long ttlMinutes) |
deserialize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canDeserialize
public static CustomerInStoreCreatePasswordTokenCommand of(String storeKey, String customerEmail)
public static CustomerInStoreCreatePasswordTokenCommand of(String storeKey, String customerEmail, @Nullable Long ttlMinutes)
protected com.fasterxml.jackson.databind.JavaType jacksonJavaType()
jacksonJavaType
in class CommandImpl<CustomerToken>
public HttpRequestIntent httpRequestIntent()
SphereRequest
public String getEmail()