Interface ControlOperationFilter.Builder

    • Method Detail

      • controlIdentifiers

        ControlOperationFilter.Builder controlIdentifiers​(Collection<String> controlIdentifiers)

        The set of controlIdentifier returned by the filter.

        Parameters:
        controlIdentifiers - The set of controlIdentifier returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlIdentifiers

        ControlOperationFilter.Builder controlIdentifiers​(String... controlIdentifiers)

        The set of controlIdentifier returned by the filter.

        Parameters:
        controlIdentifiers - The set of controlIdentifier returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlOperationTypesWithStrings

        ControlOperationFilter.Builder controlOperationTypesWithStrings​(Collection<String> controlOperationTypes)

        The set of ControlOperation objects returned by the filter.

        Parameters:
        controlOperationTypes - The set of ControlOperation objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlOperationTypesWithStrings

        ControlOperationFilter.Builder controlOperationTypesWithStrings​(String... controlOperationTypes)

        The set of ControlOperation objects returned by the filter.

        Parameters:
        controlOperationTypes - The set of ControlOperation objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlOperationTypes

        ControlOperationFilter.Builder controlOperationTypes​(Collection<ControlOperationType> controlOperationTypes)

        The set of ControlOperation objects returned by the filter.

        Parameters:
        controlOperationTypes - The set of ControlOperation objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlOperationTypes

        ControlOperationFilter.Builder controlOperationTypes​(ControlOperationType... controlOperationTypes)

        The set of ControlOperation objects returned by the filter.

        Parameters:
        controlOperationTypes - The set of ControlOperation objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledControlIdentifiers

        ControlOperationFilter.Builder enabledControlIdentifiers​(Collection<String> enabledControlIdentifiers)

        The set controlIdentifier of enabled controls selected by the filter.

        Parameters:
        enabledControlIdentifiers - The set controlIdentifier of enabled controls selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledControlIdentifiers

        ControlOperationFilter.Builder enabledControlIdentifiers​(String... enabledControlIdentifiers)

        The set controlIdentifier of enabled controls selected by the filter.

        Parameters:
        enabledControlIdentifiers - The set controlIdentifier of enabled controls selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ControlOperationFilter.Builder statusesWithStrings​(Collection<String> statuses)

        Lists the status of control operations.

        Parameters:
        statuses - Lists the status of control operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ControlOperationFilter.Builder statusesWithStrings​(String... statuses)

        Lists the status of control operations.

        Parameters:
        statuses - Lists the status of control operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        ControlOperationFilter.Builder statuses​(ControlOperationStatus... statuses)

        Lists the status of control operations.

        Parameters:
        statuses - Lists the status of control operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifiers

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

        The set of targetIdentifier objects returned by the filter.

        Parameters:
        targetIdentifiers - The set of targetIdentifier objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifiers

        ControlOperationFilter.Builder targetIdentifiers​(String... targetIdentifiers)

        The set of targetIdentifier objects returned by the filter.

        Parameters:
        targetIdentifiers - The set of targetIdentifier objects returned by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.