Class PasswordProperty

All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable

@OpenApiAll public class PasswordProperty extends StringProperty
The property for storing and editing some password(as string).
  • Constructor Details

    • PasswordProperty

      public PasswordProperty()
      Default constructor. Value of the property will be null. Property will be editable. ID will be empty string.
    • PasswordProperty

      public PasswordProperty(String id, @CheckForNull String value)
      The property constructor. Property will be editable.
      Parameters:
      id - the ID of property.
      value - the string value of the property.
  • Method Details