Interface OpsItemEventFilter.Builder

    • Method Detail

      • key

        OpsItemEventFilter.Builder key​(String key)

        The name of the filter key. Currently, the only supported value is OpsItemId.

        Parameters:
        key - The name of the filter key. Currently, the only supported value is OpsItemId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OpsItemEventFilterKey, OpsItemEventFilterKey
      • values

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

        The values for the filter, consisting of one or more OpsItem IDs.

        Parameters:
        values - The values for the filter, consisting of one or more OpsItem IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        OpsItemEventFilter.Builder values​(String... values)

        The values for the filter, consisting of one or more OpsItem IDs.

        Parameters:
        values - The values for the filter, consisting of one or more OpsItem IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.