KAResultQuery Class Reference
| Inherits from | NSObject |
| Declared in | KAResultQuery.h |
Properties
dateRange
The date range for the query object.
@property (nonatomic, strong) KADateRange *dateRangeDiscussion
The date range for the query object.
Exceptions
- NSException
Named NSInvalidArgumentException is thrown if dateRange is nil.
Declared In
KAResultQuery.hfilter
The filter associated with the query object.
@property (nonatomic, strong) KAFilter *filterDiscussion
The filter associated with the query object.
Exceptions
- NSException
Named NSInvalidArgumentException is thrown if filter is nil or has no element.
Declared In
KAResultQuery.hgroupingKey
The grouping key associated with the query object.
@property (nonatomic, strong) NSString *groupingKeyDiscussion
The grouping key associated with the query object.
Exceptions
- NSException
Named NSInvalidArgumentException is thrown if groupingKey is invalid. GroupingKey must match with pattern ^[a-zA-Z][a-zA-Z0-9_]{0,63}$
Declared In
KAResultQuery.h