| Constructor and Description |
|---|
Builder(String type)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Component.Builder |
applicationDetails(DeviceComponentDetailsApplicationDetails applicationDetails)
Setter for applicationDetails.
|
Component.Builder |
batteryDetails(DeviceComponentDetailsBatteryDetails batteryDetails)
Setter for batteryDetails.
|
Component |
build()
Builds a new
Component object using the set fields. |
Component.Builder |
cardReaderDetails(DeviceComponentDetailsCardReaderDetails cardReaderDetails)
Setter for cardReaderDetails.
|
Component.Builder |
ethernetDetails(DeviceComponentDetailsEthernetDetails ethernetDetails)
Setter for ethernetDetails.
|
Component.Builder |
type(String type)
Setter for type.
|
Component.Builder |
wifiDetails(DeviceComponentDetailsWiFiDetails wifiDetails)
Setter for wifiDetails.
|
public Builder(String type)
type - String value for type.public Component.Builder type(String type)
type - String value for type.public Component.Builder applicationDetails(DeviceComponentDetailsApplicationDetails applicationDetails)
applicationDetails - DeviceComponentDetailsApplicationDetails value for
applicationDetails.public Component.Builder cardReaderDetails(DeviceComponentDetailsCardReaderDetails cardReaderDetails)
cardReaderDetails - DeviceComponentDetailsCardReaderDetails value for
cardReaderDetails.public Component.Builder batteryDetails(DeviceComponentDetailsBatteryDetails batteryDetails)
batteryDetails - DeviceComponentDetailsBatteryDetails value for batteryDetails.public Component.Builder wifiDetails(DeviceComponentDetailsWiFiDetails wifiDetails)
wifiDetails - DeviceComponentDetailsWiFiDetails value for wifiDetails.public Component.Builder ethernetDetails(DeviceComponentDetailsEthernetDetails ethernetDetails)
ethernetDetails - DeviceComponentDetailsEthernetDetails value for ethernetDetails.Copyright © 2024. All rights reserved.