Studio Service

SystemAccessStatusFilter

SystemAccessStatusFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToSystemAccessStatusEqual to the specified value.
notEqualToSystemAccessStatusNot equal to the specified value.
distinctFromSystemAccessStatusNot equal to the specified value, treating null like an ordinary value.
notDistinctFromSystemAccessStatusEqual to the specified value, treating null like an ordinary value.
in[SystemAccessStatus!]Included in the specified list.
notIn[SystemAccessStatus!]Not included in the specified list.
lessThanSystemAccessStatusLess than the specified value.
lessThanOrEqualToSystemAccessStatusLess than or equal to the specified value.
greaterThanSystemAccessStatusGreater than the specified value.
greaterThanOrEqualToSystemAccessStatusGreater than or equal to the specified value.