Interface EnabledBaselineFilter.Builder

    • Method Detail

      • baselineIdentifiers

        EnabledBaselineFilter.Builder baselineIdentifiers​(Collection<String> baselineIdentifiers)

        Identifiers for the Baseline objects returned as part of the filter operation.

        Parameters:
        baselineIdentifiers - Identifiers for the Baseline objects returned as part of the filter operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baselineIdentifiers

        EnabledBaselineFilter.Builder baselineIdentifiers​(String... baselineIdentifiers)

        Identifiers for the Baseline objects returned as part of the filter operation.

        Parameters:
        baselineIdentifiers - Identifiers for the Baseline objects returned as part of the filter operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifiers

        EnabledBaselineFilter.Builder targetIdentifiers​(Collection<String> targetIdentifiers)

        Identifiers for the targets of the Baseline filter operation.

        Parameters:
        targetIdentifiers - Identifiers for the targets of the Baseline filter operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifiers

        EnabledBaselineFilter.Builder targetIdentifiers​(String... targetIdentifiers)

        Identifiers for the targets of the Baseline filter operation.

        Parameters:
        targetIdentifiers - Identifiers for the targets of the Baseline filter operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.