Interface Radios.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Radios.Builder,Radios>, SdkBuilder<Radios.Builder,Radios>, SdkPojo
Enclosing class:
Radios

public static interface Radios.Builder extends SdkPojo, CopyableBuilder<Radios.Builder,Radios>
  • Method Details

    • wifi

      Radios.Builder wifi(Boolean wifi)

      True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.

      Parameters:
      wifi - True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bluetooth

      Radios.Builder bluetooth(Boolean bluetooth)

      True if Bluetooth is enabled at the beginning of the test. Otherwise, false.

      Parameters:
      bluetooth - True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nfc

      True if NFC is enabled at the beginning of the test. Otherwise, false.

      Parameters:
      nfc - True if NFC is enabled at the beginning of the test. Otherwise, false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gps

      True if GPS is enabled at the beginning of the test. Otherwise, false.

      Parameters:
      gps - True if GPS is enabled at the beginning of the test. Otherwise, false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.