Class SendRecoveryMailRequest
java.lang.Object
de.codebarista.shopware.model.core.SendRecoveryMailRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class SendRecoveryMailRequest
extends Object
SendRecoveryMailRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()E-Mail address to identify the customerURL of the storefront to use for the generated reset link.inthashCode()voidvoidsetStorefrontUrl(String storefrontUrl) storefrontUrl(String storefrontUrl) toString()
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_STOREFRONT_URL
- See Also:
-
-
Constructor Details
-
SendRecoveryMailRequest
public SendRecoveryMailRequest()
-
-
Method Details
-
email
-
getEmail
E-Mail address to identify the customer- Returns:
-
setEmail
-
storefrontUrl
-
getStorefrontUrl
URL of the storefront to use for the generated reset link. It has to be a domain that is configured in the sales channel domain settings.- Returns:
- storefrontUrl
-
setStorefrontUrl
-
equals
-
hashCode
public int hashCode() -
toString
-