Filter: UserSettingsFilter

Filter type for UserSettings.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDUserSettingsFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORUserSettingsFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

defaultBusinessUnits_emptyBoolean

Checks if defaultBusinessUnits is an empty list (true) or a non-empty list or null (false).

defaultBusinessUnits_everyStringFilter

Makes sure all items in defaultBusinessUnits match a certain filter.

defaultBusinessUnits_noneStringFilter

Makes sure none of the items in defaultBusinessUnits match a certain filter.

Note that you can specify the empty object for this filter to make sure defaultBusinessUnits has no items.

defaultBusinessUnits_someStringFilter

Makes sure at least one of the items in "defaultBusinessUnits" matches a certain filter.

Note that you can specify the empty object for this filter to make sure defaultBusinessUnits has at least one item.

userNotificationSettingsUserNotificationSettingsFilter

Allows to filter on the fields of userNotificationSettings.

Note that userNotificationSettings is an entity extension and thus can never be null, so specifying null to this filter field has no effect.


This page was generated: 2024-10-16