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 Details

  • Constructor Details

    • CheckPasswordPolicyRuleDto

      public CheckPasswordPolicyRuleDto()
  • Method Details

    • placeholder

      public CheckPasswordPolicyRuleDto placeholder(String placeholder)
    • getPlaceholder

      @Nullable public String getPlaceholder()
      A placeholder string that contains the name of a password policy rule.
      Returns:
      placeholder
    • getPlaceholder_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getPlaceholder_JsonNullable()
    • setPlaceholder_JsonNullable

      public void setPlaceholder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> placeholder)
    • setPlaceholder

      public void setPlaceholder(String placeholder)
    • parameter

      public CheckPasswordPolicyRuleDto parameter(Map<String,String> parameter)
    • putParameterItem

      public CheckPasswordPolicyRuleDto putParameterItem(String key, String parameterItem)
    • getParameter

      @Nullable public Map<String,String> getParameter()
      A map that describes the characteristics of a password policy rule, such as the minimum number of digits.
      Returns:
      parameter
    • setParameter

      public void setParameter(Map<String,String> parameter)
    • valid

      public CheckPasswordPolicyRuleDto valid(Boolean valid)
    • getValid

      @Nullable public Boolean getValid()
      `true` if the password is compliant with this rule, otherwise `false`.
      Returns:
      valid
    • getValid_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getValid_JsonNullable()
    • setValid_JsonNullable

      public void setValid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> valid)
    • setValid

      public void setValid(Boolean valid)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string