| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PowerActionType |
Windows10GeneralConfiguration.powerButtonActionOnBattery |
protected PowerActionType |
Windows10GeneralConfiguration.powerButtonActionPluggedIn |
protected PowerActionType |
Windows10GeneralConfiguration.powerLidCloseActionOnBattery |
protected PowerActionType |
Windows10GeneralConfiguration.powerLidCloseActionPluggedIn |
protected PowerActionType |
Windows10GeneralConfiguration.powerSleepButtonActionOnBattery |
protected PowerActionType |
Windows10GeneralConfiguration.powerSleepButtonActionPluggedIn |
| Modifier and Type | Method and Description |
|---|---|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerButtonActionOnBattery()
“This setting specifies the action that Windows takes when a user presses the
Power button while on battery.”
|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerButtonActionPluggedIn()
“This setting specifies the action that Windows takes when a user presses the
Power button while plugged in.”
|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerLidCloseActionOnBattery()
“This setting specifies the action that Windows takes when a user closes the lid
on a mobile PC while on battery.”
|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerLidCloseActionPluggedIn()
“This setting specifies the action that Windows takes when a user closes the lid
on a mobile PC while plugged in.”
|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerSleepButtonActionOnBattery()
“This setting specifies the action that Windows takes when a user presses the
Sleep button while on battery.”
|
Optional<PowerActionType> |
Windows10GeneralConfiguration.getPowerSleepButtonActionPluggedIn()
“This setting specifies the action that Windows takes when a user presses the
Sleep button while plugged in.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerButtonActionOnBattery(PowerActionType powerButtonActionOnBattery)
“This setting specifies the action that Windows takes when a user presses the
Power button while on battery.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerButtonActionPluggedIn(PowerActionType powerButtonActionPluggedIn)
“This setting specifies the action that Windows takes when a user presses the
Power button while plugged in.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerLidCloseActionOnBattery(PowerActionType powerLidCloseActionOnBattery)
“This setting specifies the action that Windows takes when a user closes the lid
on a mobile PC while on battery.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerLidCloseActionPluggedIn(PowerActionType powerLidCloseActionPluggedIn)
“This setting specifies the action that Windows takes when a user closes the lid
on a mobile PC while plugged in.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerSleepButtonActionOnBattery(PowerActionType powerSleepButtonActionOnBattery)
“This setting specifies the action that Windows takes when a user presses the
Sleep button while on battery.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.powerSleepButtonActionPluggedIn(PowerActionType powerSleepButtonActionPluggedIn)
“This setting specifies the action that Windows takes when a user presses the
Sleep button while plugged in.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerButtonActionOnBattery(PowerActionType powerButtonActionOnBattery)
Returns an immutable copy of
this with just the powerButtonActionOnBattery field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerButtonActionPluggedIn(PowerActionType powerButtonActionPluggedIn)
Returns an immutable copy of
this with just the powerButtonActionPluggedIn field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerLidCloseActionOnBattery(PowerActionType powerLidCloseActionOnBattery)
Returns an immutable copy of
this with just the powerLidCloseActionOnBattery field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerLidCloseActionPluggedIn(PowerActionType powerLidCloseActionPluggedIn)
Returns an immutable copy of
this with just the powerLidCloseActionPluggedIn field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerSleepButtonActionOnBattery(PowerActionType powerSleepButtonActionOnBattery)
Returns an immutable copy of
this with just the powerSleepButtonActionOnBattery field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPowerSleepButtonActionPluggedIn(PowerActionType powerSleepButtonActionPluggedIn)
Returns an immutable copy of
this with just the powerSleepButtonActionPluggedIn field changed. |
| Modifier and Type | Method and Description |
|---|---|
static PowerActionType |
PowerActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerActionType[] |
PowerActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.