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