Class CheckPasswordPolicyRuleDto
java.lang.Object
org.camunda.community.rest.client.dto.CheckPasswordPolicyRuleDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CheckPasswordPolicyRuleDto
extends Object
CheckPasswordPolicyRuleDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA map that describes the characteristics of a password policy rule, such as the minimum number of digits.A placeholder string that contains the name of a password policy rule.org.openapitools.jackson.nullable.JsonNullable<String>getValid()`true` if the password is compliant with this rule, otherwise `false`.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()placeholder(String placeholder) putParameterItem(String key, String parameterItem) voidsetParameter(Map<String, String> parameter) voidsetPlaceholder(String placeholder) voidsetPlaceholder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> placeholder) voidvoidsetValid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> valid) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PLACEHOLDER
- See Also:
-
JSON_PROPERTY_PARAMETER
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
-
Constructor Details
-
CheckPasswordPolicyRuleDto
public CheckPasswordPolicyRuleDto()
-
-
Method Details
-
placeholder
-
getPlaceholder
A placeholder string that contains the name of a password policy rule.- Returns:
- placeholder
-
getPlaceholder_JsonNullable
-
setPlaceholder_JsonNullable
public void setPlaceholder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> placeholder) -
setPlaceholder
-
parameter
-
putParameterItem
-
getParameter
A map that describes the characteristics of a password policy rule, such as the minimum number of digits.- Returns:
- parameter
-
setParameter
-
valid
-
getValid
`true` if the password is compliant with this rule, otherwise `false`.- Returns:
- valid
-
getValid_JsonNullable
-
setValid_JsonNullable
-
setValid
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-