Interface TargetOnDeviceService.Builder

  • Method Details

    • serviceName

      TargetOnDeviceService.Builder serviceName(String serviceName)

      Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.

      Parameters:
      serviceName - Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceName

      Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.

      Parameters:
      serviceName - Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • transferOption

      TargetOnDeviceService.Builder transferOption(String transferOption)

      Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.

      Parameters:
      transferOption - Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • transferOption

      TargetOnDeviceService.Builder transferOption(TransferOption transferOption)

      Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.

      Parameters:
      transferOption - Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: