public static interface LoRaWANGatewayCurrentVersion.Builder extends SdkPojo, CopyableBuilder<LoRaWANGatewayCurrentVersion.Builder,LoRaWANGatewayCurrentVersion>
| Modifier and Type | Method and Description |
|---|---|
default LoRaWANGatewayCurrentVersion.Builder |
currentVersion(Consumer<LoRaWANGatewayVersion.Builder> currentVersion)
The version of the gateways that should receive the update.
|
LoRaWANGatewayCurrentVersion.Builder |
currentVersion(LoRaWANGatewayVersion currentVersion)
The version of the gateways that should receive the update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANGatewayCurrentVersion.Builder currentVersion(LoRaWANGatewayVersion currentVersion)
The version of the gateways that should receive the update.
currentVersion - The version of the gateways that should receive the update.default LoRaWANGatewayCurrentVersion.Builder currentVersion(Consumer<LoRaWANGatewayVersion.Builder> currentVersion)
The version of the gateways that should receive the update.
This is a convenience method that creates an instance of theLoRaWANGatewayVersion.Builder avoiding
the need to create one manually via LoRaWANGatewayVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to currentVersion(LoRaWANGatewayVersion).currentVersion - a consumer that will call methods on LoRaWANGatewayVersion.BuildercurrentVersion(LoRaWANGatewayVersion)Copyright © 2022. All rights reserved.