public static interface UpdateWirelessGatewayTaskEntry.Builder extends SdkPojo, CopyableBuilder<UpdateWirelessGatewayTaskEntry.Builder,UpdateWirelessGatewayTaskEntry>
| Modifier and Type | Method and Description |
|---|---|
UpdateWirelessGatewayTaskEntry.Builder |
id(String id)
The ID of the new wireless gateway task entry.
|
default UpdateWirelessGatewayTaskEntry.Builder |
loRaWAN(Consumer<LoRaWANUpdateGatewayTaskEntry.Builder> loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
|
UpdateWirelessGatewayTaskEntry.Builder |
loRaWAN(LoRaWANUpdateGatewayTaskEntry loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWirelessGatewayTaskEntry.Builder id(String id)
The ID of the new wireless gateway task entry.
id - The ID of the new wireless gateway task entry.UpdateWirelessGatewayTaskEntry.Builder loRaWAN(LoRaWANUpdateGatewayTaskEntry loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
loRaWAN - The properties that relate to the LoRaWAN wireless gateway.default UpdateWirelessGatewayTaskEntry.Builder loRaWAN(Consumer<LoRaWANUpdateGatewayTaskEntry.Builder> loRaWAN)
The properties that relate to the LoRaWAN wireless gateway.
This is a convenience that creates an instance of theLoRaWANUpdateGatewayTaskEntry.Builder avoiding
the need to create one manually via LoRaWANUpdateGatewayTaskEntry.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to loRaWAN(LoRaWANUpdateGatewayTaskEntry).loRaWAN - a consumer that will call methods on LoRaWANUpdateGatewayTaskEntry.BuilderloRaWAN(LoRaWANUpdateGatewayTaskEntry)Copyright © 2021. All rights reserved.