Studio Service

StateCodeFilter

StateCodeFilter

A filter to be used against StateCode fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToStateCodeEqual to the specified value.
notEqualToStateCodeNot equal to the specified value.
distinctFromStateCodeNot equal to the specified value, treating null like an ordinary value.
notDistinctFromStateCodeEqual to the specified value, treating null like an ordinary value.
in[StateCode!]Included in the specified list.
notIn[StateCode!]Not included in the specified list.
lessThanStateCodeLess than the specified value.
lessThanOrEqualToStateCodeLess than or equal to the specified value.
greaterThanStateCodeGreater than the specified value.
greaterThanOrEqualToStateCodeGreater than or equal to the specified value.