attributeValue property

String attributeValue
final

The desired value of the search attribute. Matching of the attribute value is case insensitive and can be partial. For example, if a specified value of "sma", objects with the named attribute value of "Small", "small" are both matched.

Implementation

final String attributeValue;