Studio Service

OrgStatusFilter

OrgStatusFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToOrgStatusEqual to the specified value.
notEqualToOrgStatusNot equal to the specified value.
distinctFromOrgStatusNot equal to the specified value, treating null like an ordinary value.
notDistinctFromOrgStatusEqual to the specified value, treating null like an ordinary value.
in[OrgStatus!]Included in the specified list.
notIn[OrgStatus!]Not included in the specified list.
lessThanOrgStatusLess than the specified value.
lessThanOrEqualToOrgStatusLess than or equal to the specified value.
greaterThanOrgStatusGreater than the specified value.
greaterThanOrEqualToOrgStatusGreater than or equal to the specified value.