Class ChangePasswordRequest
java.lang.Object
de.codebarista.shopware.model.core.ChangePasswordRequest
@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 ChangePasswordRequest
extends Object
ChangePasswordRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNew Password for the customerConfirmation of the new passwordCurrent password of the customerinthashCode()newPassword(String newPassword) newPasswordConfirm(String newPasswordConfirm) voidsetNewPassword(String newPassword) voidsetNewPasswordConfirm(String newPasswordConfirm) voidsetPassword(String password) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_NEW_PASSWORD
- See Also:
-
JSON_PROPERTY_NEW_PASSWORD_CONFIRM
- See Also:
-
-
Constructor Details
-
ChangePasswordRequest
public ChangePasswordRequest()
-
-
Method Details
-
password
-
getPassword
Current password of the customer- Returns:
- password
-
setPassword
-
newPassword
-
getNewPassword
New Password for the customer- Returns:
- newPassword
-
setNewPassword
-
newPasswordConfirm
-
getNewPasswordConfirm
Confirmation of the new password- Returns:
- newPasswordConfirm
-
setNewPasswordConfirm
-
equals
-
hashCode
public int hashCode() -
toString
-