Class CurrentAndNewPasswordsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.CurrentAndNewPasswordsDTO
-
public class CurrentAndNewPasswordsDTO extends Object
CurrentAndNewPasswordsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CURRENT_PASSWORDstatic StringSERIALIZED_NAME_NEW_PASSWORD
-
Constructor Summary
Constructors Constructor Description CurrentAndNewPasswordsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentAndNewPasswordsDTOcurrentPassword(String currentPassword)booleanequals(Object o)StringgetCurrentPassword()Get currentPasswordStringgetNewPassword()Get newPasswordinthashCode()CurrentAndNewPasswordsDTOnewPassword(String newPassword)voidsetCurrentPassword(String currentPassword)voidsetNewPassword(String newPassword)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CURRENT_PASSWORD
public static final String SERIALIZED_NAME_CURRENT_PASSWORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEW_PASSWORD
public static final String SERIALIZED_NAME_NEW_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
currentPassword
public CurrentAndNewPasswordsDTO currentPassword(String currentPassword)
-
getCurrentPassword
@Nullable public String getCurrentPassword()
Get currentPassword- Returns:
- currentPassword
-
setCurrentPassword
public void setCurrentPassword(String currentPassword)
-
newPassword
public CurrentAndNewPasswordsDTO newPassword(String newPassword)
-
setNewPassword
public void setNewPassword(String newPassword)
-
-