@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class UserCredentialsDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUTHENTICATED_USER_PASSWORD |
static String |
SERIALIZED_NAME_PASSWORD |
Constructor and Description |
---|
UserCredentialsDto() |
Modifier and Type | Method and Description |
---|---|
UserCredentialsDto |
authenticatedUserPassword(String authenticatedUserPassword) |
boolean |
equals(Object o) |
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).
|
String |
getPassword()
The users new password.
|
int |
hashCode() |
UserCredentialsDto |
password(String password) |
void |
setAuthenticatedUserPassword(String authenticatedUserPassword) |
void |
setPassword(String password) |
String |
toString() |
public static final String SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_AUTHENTICATED_USER_PASSWORD
public UserCredentialsDto password(String password)
public void setPassword(String password)
public UserCredentialsDto authenticatedUserPassword(String authenticatedUserPassword)
@Nullable public String getAuthenticatedUserPassword()
public void setAuthenticatedUserPassword(String authenticatedUserPassword)
Copyright © 2022. All rights reserved.