public static interface TargetOnDeviceService.Builder extends SdkPojo, CopyableBuilder<TargetOnDeviceService.Builder,TargetOnDeviceService>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
TargetOnDeviceService.Builder |
transferOption(String transferOption)
Specifies whether the data is being imported or exported.
|
TargetOnDeviceService.Builder |
transferOption(TransferOption transferOption)
Specifies whether the data is being imported or exported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetOnDeviceService.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.
serviceName - Specifies the name of the service on the Snow Family device that your transferred data will be
exported from or imported into.DeviceServiceName,
DeviceServiceNameTargetOnDeviceService.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.
serviceName - Specifies the name of the service on the Snow Family device that your transferred data will be
exported from or imported into.DeviceServiceName,
DeviceServiceNameTargetOnDeviceService.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.
transferOption - Specifies whether the data is being imported or exported. You can import or export the data, or use it
locally on the device.TransferOption,
TransferOptionTargetOnDeviceService.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.
transferOption - Specifies whether the data is being imported or exported. You can import or export the data, or use it
locally on the device.TransferOption,
TransferOptionCopyright © 2021. All rights reserved.