| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.EnterpriseBatterySaverProfiles.Builder |
Builder for the EnterpriseBatterySaverProfiles.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new Builder for the EnterpriseBatterySaverProfiles object with an
initial empty list of profiles.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a profile to the list.
| |||||||||||
Build and return a newly created EnterpriseBatterySaverProfiles object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new Builder for the EnterpriseBatterySaverProfiles object with an initial empty list of profiles.
Add a profile to the list.
| profile | The profile to add. |
|---|
| IllegalArgumentException | if the profile is null. |
|---|
Build and return a newly created EnterpriseBatterySaverProfiles object. The created object is guaranteed to be valid and ready to use.