Interface ScheduledActionFilter.Builder

    • Method Detail

      • values

        ScheduledActionFilter.Builder values​(Collection<String> values)

        List of values. Compare if the value (of type defined by Name) equals an item in the list of scheduled actions.

        Parameters:
        values - List of values. Compare if the value (of type defined by Name) equals an item in the list of scheduled actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ScheduledActionFilter.Builder values​(String... values)

        List of values. Compare if the value (of type defined by Name) equals an item in the list of scheduled actions.

        Parameters:
        values - List of values. Compare if the value (of type defined by Name) equals an item in the list of scheduled actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.