NotEquals

NotEquals

Represents the clause of not equals condition.

Constructor

new NotEquals(field, value)

Create a not equals condition.
Parameters:
Name Type Description
field string Field name of comparison.
value string Value to be compared.
Properties:
Name Type Description
field string Field name of comparison.
value string | number | boolean Value to be compared.

Methods

(static) fromJson(obj) → {NotEquals}

This method is for internal use only.
Parameters:
Name Type Description
obj JSON object that represented a not equals condition.
Returns:
NotEquals instance
Type
NotEquals

toJson() → {Object}

This method is for internal use only.
Returns:
JSON object that represented this instance.
Type
Object