Studio Service

JobStatusFilter

JobStatusFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToJobStatusEqual to the specified value.
notEqualToJobStatusNot equal to the specified value.
distinctFromJobStatusNot equal to the specified value, treating null like an ordinary value.
notDistinctFromJobStatusEqual to the specified value, treating null like an ordinary value.
in[JobStatus!]Included in the specified list.
notIn[JobStatus!]Not included in the specified list.
lessThanJobStatusLess than the specified value.
lessThanOrEqualToJobStatusLess than or equal to the specified value.
greaterThanJobStatusGreater than the specified value.
greaterThanOrEqualToJobStatusGreater than or equal to the specified value.