Interface TargetOnDeviceService.Builder

    • Method Detail

      • 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:
        DeviceServiceName, DeviceServiceName
      • serviceName

        TargetOnDeviceService.Builder serviceName​(DeviceServiceName 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:
        DeviceServiceName, DeviceServiceName
      • 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, TransferOption
      • 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:
        TransferOption, TransferOption