| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected LostModeState |
ManagedDevice.lostModeState |
| Modifier and Type | Method and Description |
|---|---|
Optional<LostModeState> |
ManagedDevice.getLostModeState()
“Indicates if Lost mode is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.lostModeState(LostModeState lostModeState) |
ManagedDevice.Builder |
ManagedDevice.Builder.lostModeState(LostModeState lostModeState)
“Indicates if Lost mode is enabled or disabled.
|
ManagedDevice |
ManagedDevice.withLostModeState(LostModeState lostModeState)
Returns an immutable copy of
this with just the lostModeState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static LostModeState |
LostModeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LostModeState[] |
LostModeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.