Uses of Class
odata.msgraph.client.enums.WindowsUserAccountControlSettings
-
Packages that use WindowsUserAccountControlSettings Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsUserAccountControlSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsUserAccountControlSettings Modifier and Type Field Description protected WindowsUserAccountControlSettingsWindows81GeneralConfiguration. userAccountControlSettingsMethods in odata.msgraph.client.entity that return types with arguments of type WindowsUserAccountControlSettings Modifier and Type Method Description Optional<WindowsUserAccountControlSettings>Windows81GeneralConfiguration. getUserAccountControlSettings()“The user account control settings.”Methods in odata.msgraph.client.entity with parameters of type WindowsUserAccountControlSettings Modifier and Type Method Description Windows81GeneralConfiguration.BuilderWindows81GeneralConfiguration.Builder. userAccountControlSettings(WindowsUserAccountControlSettings userAccountControlSettings)“The user account control settings.”Windows81GeneralConfigurationWindows81GeneralConfiguration. withUserAccountControlSettings(WindowsUserAccountControlSettings userAccountControlSettings)Returns an immutable copy ofthiswith just theuserAccountControlSettingsfield changed. -
Uses of WindowsUserAccountControlSettings in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsUserAccountControlSettings Modifier and Type Method Description static WindowsUserAccountControlSettingsWindowsUserAccountControlSettings. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsUserAccountControlSettings[]WindowsUserAccountControlSettings. values()Returns an array containing the constants of this enum type, in the order they are declared.
-