java.lang.Object | |
↳ | com.datalogic.device.configuration.EnterpriseBatterySaverActivationItems.Builder |
Builder for the EnterpriseBatterySaverActivationItems.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new Builder for the EnterpriseBatterySaverActivationItems object with an
initial empty list of activation-items.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an activation item to the list.
| |||||||||||
Build and return a newly created EnterpriseBatterySaverActivationItems object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a new Builder for the EnterpriseBatterySaverActivationItems object with an initial empty list of activation-items.
Adds an activation item to the list.
activationItem | The activation item to add. |
---|
IllegalArgumentException | if the activation item is null. |
---|
Build and return a newly created EnterpriseBatterySaverActivationItems object. The created object is guaranteed to be valid and ready to use.