com.qualcommlabs.usercontext.protocol
Class QueryForAnyAttributes
java.lang.Object
com.qualcommlabs.usercontext.protocol.QueryForAnyAttributes
- All Implemented Interfaces:
- Query
public class QueryForAnyAttributes
- extends Object
- implements Query
Filters based on keys and values. This query filters data that has any of the
key/value combinations.
QueryForAnyAttributes
public QueryForAnyAttributes()
whereAttributeContains
public void whereAttributeContains(String key,
String value)
- Adds string value for a key.
- Parameters:
key
- the keyvalue
- the value
- Throws:
IllegalArgumentException
- Key or Value is null
Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.