Uses of Class
odata.msgraph.client.beta.enums.LostModeState
-
Packages that use LostModeState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of LostModeState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LostModeState Modifier and Type Field Description protected LostModeStateManagedDevice. lostModeStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type LostModeState Modifier and Type Method Description Optional<LostModeState>ManagedDevice. getLostModeState()“Indicates if Lost mode is enabled or disabled.Methods in odata.msgraph.client.beta.entity with parameters of type LostModeState Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. lostModeState(LostModeState lostModeState)“Indicates if Lost mode is enabled or disabled.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. lostModeState(LostModeState lostModeState)ManagedDeviceManagedDevice. withLostModeState(LostModeState lostModeState)Returns an immutable copy ofthiswith just thelostModeStatefield changed. -
Uses of LostModeState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LostModeState Modifier and Type Method Description static LostModeStateLostModeState. 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.
-