Refines a query to match items whose specified property value does not equal the specified value.
The ne() function refines a SessionQueryBuilder to only
match items where the value of the specified property does not equal the specified value.
The ne() function only supports the recurrence property for null values.
Use .ne("recurrence",null) to query recurring sessions together with .eq("sessionId", "").
The property whose value will be compared with value.
Supported properties:
recurrenceThe value to match against.