Studio Service

ScreenRotationFilter

ScreenRotationFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToScreenRotationEqual to the specified value.
notEqualToScreenRotationNot equal to the specified value.
distinctFromScreenRotationNot equal to the specified value, treating null like an ordinary value.
notDistinctFromScreenRotationEqual to the specified value, treating null like an ordinary value.
in[ScreenRotation!]Included in the specified list.
notIn[ScreenRotation!]Not included in the specified list.
lessThanScreenRotationLess than the specified value.
lessThanOrEqualToScreenRotationLess than or equal to the specified value.
greaterThanScreenRotationGreater than the specified value.
greaterThanOrEqualToScreenRotationGreater than or equal to the specified value.