Class NotificationIdListFilter

  • All Implemented Interfaces:
    Filter

    public class NotificationIdListFilter
    extends InFilter<Integer>

    NotificationIdListFilter class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • NotificationIdListFilter

        public NotificationIdListFilter​(Integer[] notificationIds)

        Constructor for NotificationIdListFilter.

        Parameters:
        notificationIds - an array of Integer objects.
      • NotificationIdListFilter

        public NotificationIdListFilter​(int[] notificationIds)

        Constructor for NotificationIdListFilter.

        Parameters:
        notificationIds - an array of int.