public static interface LoRaWANUpdateDevice.Builder extends SdkPojo, CopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
| Modifier and Type | Method and Description |
|---|---|
default LoRaWANUpdateDevice.Builder |
abpV1_0_x(Consumer<UpdateAbpV1_0_x.Builder> abpV1_0_x)
ABP device object for update APIs for v1.0.x
|
LoRaWANUpdateDevice.Builder |
abpV1_0_x(UpdateAbpV1_0_x abpV1_0_x)
ABP device object for update APIs for v1.0.x
|
default LoRaWANUpdateDevice.Builder |
abpV1_1(Consumer<UpdateAbpV1_1.Builder> abpV1_1)
ABP device object for update APIs for v1.1
|
LoRaWANUpdateDevice.Builder |
abpV1_1(UpdateAbpV1_1 abpV1_1)
ABP device object for update APIs for v1.1
|
LoRaWANUpdateDevice.Builder |
deviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
|
default LoRaWANUpdateDevice.Builder |
fPorts(Consumer<UpdateFPorts.Builder> fPorts)
FPorts object for the positioning information of the device.
|
LoRaWANUpdateDevice.Builder |
fPorts(UpdateFPorts fPorts)
FPorts object for the positioning information of the device.
|
LoRaWANUpdateDevice.Builder |
serviceProfileId(String serviceProfileId)
The ID of the service profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANUpdateDevice.Builder deviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
deviceProfileId - The ID of the device profile for the wireless device.LoRaWANUpdateDevice.Builder serviceProfileId(String serviceProfileId)
The ID of the service profile.
serviceProfileId - The ID of the service profile.LoRaWANUpdateDevice.Builder abpV1_1(UpdateAbpV1_1 abpV1_1)
ABP device object for update APIs for v1.1
abpV1_1 - ABP device object for update APIs for v1.1default LoRaWANUpdateDevice.Builder abpV1_1(Consumer<UpdateAbpV1_1.Builder> abpV1_1)
ABP device object for update APIs for v1.1
This is a convenience method that creates an instance of theUpdateAbpV1_1.Builder avoiding the need
to create one manually via UpdateAbpV1_1.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to abpV1_1(UpdateAbpV1_1).
abpV1_1 - a consumer that will call methods on UpdateAbpV1_1.BuilderabpV1_1(UpdateAbpV1_1)LoRaWANUpdateDevice.Builder abpV1_0_x(UpdateAbpV1_0_x abpV1_0_x)
ABP device object for update APIs for v1.0.x
abpV1_0_x - ABP device object for update APIs for v1.0.xdefault LoRaWANUpdateDevice.Builder abpV1_0_x(Consumer<UpdateAbpV1_0_x.Builder> abpV1_0_x)
ABP device object for update APIs for v1.0.x
This is a convenience method that creates an instance of theUpdateAbpV1_0_x.Builder avoiding the
need to create one manually via UpdateAbpV1_0_x.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to abpV1_0_x(UpdateAbpV1_0_x).
abpV1_0_x - a consumer that will call methods on UpdateAbpV1_0_x.BuilderabpV1_0_x(UpdateAbpV1_0_x)LoRaWANUpdateDevice.Builder fPorts(UpdateFPorts fPorts)
FPorts object for the positioning information of the device.
fPorts - FPorts object for the positioning information of the device.default LoRaWANUpdateDevice.Builder fPorts(Consumer<UpdateFPorts.Builder> fPorts)
FPorts object for the positioning information of the device.
This is a convenience method that creates an instance of theUpdateFPorts.Builder avoiding the need
to create one manually via UpdateFPorts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fPorts(UpdateFPorts).
fPorts - a consumer that will call methods on UpdateFPorts.BuilderfPorts(UpdateFPorts)Copyright © 2023. All rights reserved.