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 Details

  • Constructor Details

    • SendRecoveryMailRequest

      public SendRecoveryMailRequest()
  • Method Details

    • email

      public SendRecoveryMailRequest email(String email)
    • getEmail

      @Nonnull public String getEmail()
      E-Mail address to identify the customer
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • storefrontUrl

      public SendRecoveryMailRequest storefrontUrl(String storefrontUrl)
    • getStorefrontUrl

      @Nonnull public String 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

      public void setStorefrontUrl(String storefrontUrl)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object