public static interface WirelessDeviceLogOption.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceLogOption.Builder,WirelessDeviceLogOption>
| Modifier and Type | Method and Description |
|---|---|
WirelessDeviceLogOption.Builder |
events(Collection<WirelessDeviceEventLogOption> events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
events(Consumer<WirelessDeviceEventLogOption.Builder>... events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
events(WirelessDeviceEventLogOption... events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceLogOption.Builder |
logLevel(String logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceLogOption.Builder |
type(String type)
The wireless device type.
|
WirelessDeviceLogOption.Builder |
type(WirelessDeviceType type)
The wireless device type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWirelessDeviceLogOption.Builder type(String type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceLogOption.Builder type(WirelessDeviceType type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceLogOption.Builder logLevel(String logLevel)
WirelessDeviceLogOption.Builder logLevel(LogLevel logLevel)
WirelessDeviceLogOption.Builder events(Collection<WirelessDeviceEventLogOption> events)
events - The new value for the Events property for this object.WirelessDeviceLogOption.Builder events(WirelessDeviceEventLogOption... events)
events - The new value for the Events property for this object.WirelessDeviceLogOption.Builder events(Consumer<WirelessDeviceEventLogOption.Builder>... events)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #events(List) .events - a consumer that will call methods on List.Builder #events(List) Copyright © 2021. All rights reserved.