Uses of Class
odata.msgraph.client.beta.enums.LocalSecurityOptionsInformationShownOnLockScreenType
-
Packages that use LocalSecurityOptionsInformationShownOnLockScreenType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of LocalSecurityOptionsInformationShownOnLockScreenType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LocalSecurityOptionsInformationShownOnLockScreenType Modifier and Type Field Description protected LocalSecurityOptionsInformationShownOnLockScreenTypeWindows10EndpointProtectionConfiguration. localSecurityOptionsInformationShownOnLockScreenMethods in odata.msgraph.client.beta.entity that return types with arguments of type LocalSecurityOptionsInformationShownOnLockScreenType Modifier and Type Method Description Optional<LocalSecurityOptionsInformationShownOnLockScreenType>Windows10EndpointProtectionConfiguration. getLocalSecurityOptionsInformationShownOnLockScreen()“Configure the user information that is displayed when the session is locked.Methods in odata.msgraph.client.beta.entity with parameters of type LocalSecurityOptionsInformationShownOnLockScreenType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. localSecurityOptionsInformationShownOnLockScreen(LocalSecurityOptionsInformationShownOnLockScreenType localSecurityOptionsInformationShownOnLockScreen)“Configure the user information that is displayed when the session is locked.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withLocalSecurityOptionsInformationShownOnLockScreen(LocalSecurityOptionsInformationShownOnLockScreenType localSecurityOptionsInformationShownOnLockScreen)Returns an immutable copy ofthiswith just thelocalSecurityOptionsInformationShownOnLockScreenfield changed. -
Uses of LocalSecurityOptionsInformationShownOnLockScreenType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LocalSecurityOptionsInformationShownOnLockScreenType Modifier and Type Method Description static LocalSecurityOptionsInformationShownOnLockScreenTypeLocalSecurityOptionsInformationShownOnLockScreenType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalSecurityOptionsInformationShownOnLockScreenType[]LocalSecurityOptionsInformationShownOnLockScreenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-