Class FilterActivityTypeProperties


  • public final class FilterActivityTypeProperties
    extends Object
    Filter activity properties.
    • Constructor Detail

      • FilterActivityTypeProperties

        public FilterActivityTypeProperties()
    • Method Detail

      • items

        public Expression items()
        Get the items property: Input array on which filter should be applied.
        Returns:
        the items value.
      • withItems

        public FilterActivityTypeProperties withItems​(Expression items)
        Set the items property: Input array on which filter should be applied.
        Parameters:
        items - the items value to set.
        Returns:
        the FilterActivityTypeProperties object itself.
      • condition

        public Expression condition()
        Get the condition property: Condition to be used for filtering the input.
        Returns:
        the condition value.
      • withCondition

        public FilterActivityTypeProperties withCondition​(Expression condition)
        Set the condition property: Condition to be used for filtering the input.
        Parameters:
        condition - the condition value to set.
        Returns:
        the FilterActivityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.