Package org.openapitools.client.model
Class UserCredentialsDto
- java.lang.Object
-
- org.openapitools.client.model.UserCredentialsDto
-
public class UserCredentialsDto extends Object
UserCredentialsDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTHENTICATED_USER_PASSWORDstatic StringSERIALIZED_NAME_PASSWORD
-
Constructor Summary
Constructors Constructor Description UserCredentialsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserCredentialsDtoauthenticatedUserPassword(String authenticatedUserPassword)booleanequals(Object o)StringgetAuthenticatedUserPassword()The password of the authenticated user who changes the password of the user (i.e., the user with passed id as path parameter).StringgetPassword()The users new password.inthashCode()UserCredentialsDtopassword(String password)voidsetAuthenticatedUserPassword(String authenticatedUserPassword)voidsetPassword(String password)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_PASSWORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHENTICATED_USER_PASSWORD
public static final String SERIALIZED_NAME_AUTHENTICATED_USER_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
password
public UserCredentialsDto password(String password)
-
getPassword
public String getPassword()
The users new password.- Returns:
- password
-
setPassword
public void setPassword(String password)
-
authenticatedUserPassword
public UserCredentialsDto authenticatedUserPassword(String authenticatedUserPassword)
-
getAuthenticatedUserPassword
public String getAuthenticatedUserPassword()
The password of the authenticated user who changes the password of the user (i.e., the user with passed id as path parameter).- Returns:
- authenticatedUserPassword
-
setAuthenticatedUserPassword
public void setAuthenticatedUserPassword(String authenticatedUserPassword)
-
-