Studio Service

InternetAddressFilter

InternetAddressFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToInternetAddressEqual to the specified value.
notEqualToInternetAddressNot equal to the specified value.
distinctFromInternetAddressNot equal to the specified value, treating null like an ordinary value.
notDistinctFromInternetAddressEqual to the specified value, treating null like an ordinary value.
in[InternetAddress!]Included in the specified list.
notIn[InternetAddress!]Not included in the specified list.
lessThanInternetAddressLess than the specified value.
lessThanOrEqualToInternetAddressLess than or equal to the specified value.
greaterThanInternetAddressGreater than the specified value.
greaterThanOrEqualToInternetAddressGreater than or equal to the specified value.
containsInternetAddressContains the specified internet address.
containedByInternetAddressContained by the specified internet address.