public static interface UpdateFPorts.Builder extends SdkPojo, CopyableBuilder<UpdateFPorts.Builder,UpdateFPorts>
| Modifier and Type | Method and Description |
|---|---|
UpdateFPorts.Builder |
applications(ApplicationConfig... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
UpdateFPorts.Builder |
applications(Collection<ApplicationConfig> applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
UpdateFPorts.Builder |
applications(Consumer<ApplicationConfig.Builder>... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
|
default UpdateFPorts.Builder |
positioning(Consumer<Positioning.Builder> positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
UpdateFPorts.Builder |
positioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFPorts.Builder positioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
positioning - Positioning FPorts for the ClockSync, Stream, and GNSS functions.default UpdateFPorts.Builder positioning(Consumer<Positioning.Builder> positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
This is a convenience method that creates an instance of thePositioning.Builder avoiding the need to
create one manually via Positioning.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to positioning(Positioning).
positioning - a consumer that will call methods on Positioning.Builderpositioning(Positioning)UpdateFPorts.Builder applications(Collection<ApplicationConfig> applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
applications - LoRaWAN application, which can be used for geolocation by activating positioning.UpdateFPorts.Builder applications(ApplicationConfig... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
applications - LoRaWAN application, which can be used for geolocation by activating positioning.UpdateFPorts.Builder applications(Consumer<ApplicationConfig.Builder>... applications)
LoRaWAN application, which can be used for geolocation by activating positioning.
This is a convenience method that creates an instance of theApplicationConfig.Builder avoiding the need to
create one manually via ApplicationConfig.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applications(List.
applications - a consumer that will call methods on
ApplicationConfig.Builder#applications(java.util.Collection) Copyright © 2023. All rights reserved.