Interface DeviceSelectionResult.Builder

    • Method Detail

      • filters

        DeviceSelectionResult.Builder filters​(Collection<DeviceFilter> filters)

        The filters in a device selection result.

        Parameters:
        filters - The filters in a device selection result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DeviceSelectionResult.Builder filters​(DeviceFilter... filters)

        The filters in a device selection result.

        Parameters:
        filters - The filters in a device selection result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchedDevicesCount

        DeviceSelectionResult.Builder matchedDevicesCount​(Integer matchedDevicesCount)

        The number of devices that matched the device filter selection criteria.

        Parameters:
        matchedDevicesCount - The number of devices that matched the device filter selection criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxDevices

        DeviceSelectionResult.Builder maxDevices​(Integer maxDevices)

        The maximum number of devices to be selected by a device filter and included in a test run.

        Parameters:
        maxDevices - The maximum number of devices to be selected by a device filter and included in a test run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.