Class DeleteAttribute

java.lang.Object
com.isode.dsapi.Attribute
com.isode.dsapi.DeleteAttribute
All Implemented Interfaces:
Comparable<Attribute>, Iterable<AttributeValue>

public class DeleteAttribute extends Attribute
Representation of a delete-attribute. If there are no values, this indicates deletion of all values with this attribute-type. If there are values, then it indicates deletion of specific values that match the values specified. Internally this is exactly the same as an Attribute. Only the class identifies this as being different.

DeleteAttribute objects may be returned when iterating through the list of change Attributes on attached to a GenericEntry object.

See Also:
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Description copied from class: Attribute
      Returns a String representation of this Attribute.
      Overrides:
      toString in class Attribute
      Returns:
      a String representation of this Attribute (not null).