@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class PasswordPolicyRequestDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_PROFILE |
Constructor and Description |
---|
PasswordPolicyRequestDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPassword()
The candidate password to be check against the password policy.
|
UserProfileDto |
getProfile()
Get profile
|
int |
hashCode() |
PasswordPolicyRequestDto |
password(String password) |
PasswordPolicyRequestDto |
profile(UserProfileDto profile) |
void |
setPassword(String password) |
void |
setProfile(UserProfileDto profile) |
String |
toString() |
public static final String SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_PROFILE
public PasswordPolicyRequestDto password(String password)
@Nullable public String getPassword()
public void setPassword(String password)
public PasswordPolicyRequestDto profile(UserProfileDto profile)
@Nullable public UserProfileDto getProfile()
public void setProfile(UserProfileDto profile)
Copyright © 2022. All rights reserved.