Studio Service

ScreenStatusFilter

ScreenStatusFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToScreenStatusEqual to the specified value.
notEqualToScreenStatusNot equal to the specified value.
distinctFromScreenStatusNot equal to the specified value, treating null like an ordinary value.
notDistinctFromScreenStatusEqual to the specified value, treating null like an ordinary value.
in[ScreenStatus!]Included in the specified list.
notIn[ScreenStatus!]Not included in the specified list.
lessThanScreenStatusLess than the specified value.
lessThanOrEqualToScreenStatusLess than or equal to the specified value.
greaterThanScreenStatusGreater than the specified value.
greaterThanOrEqualToScreenStatusGreater than or equal to the specified value.