Uses of Class
odata.msgraph.client.beta.enums.GroupPolicySettingScope
-
Packages that use GroupPolicySettingScope Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of GroupPolicySettingScope in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as GroupPolicySettingScope Modifier and Type Field Description protected GroupPolicySettingScopeGroupPolicySettingMapping. settingScopeprotected GroupPolicySettingScopeUnsupportedGroupPolicyExtension. settingScopeMethods in odata.msgraph.client.beta.entity that return types with arguments of type GroupPolicySettingScope Modifier and Type Method Description Optional<GroupPolicySettingScope>GroupPolicySettingMapping. getSettingScope()“The scope of the setting”Optional<GroupPolicySettingScope>UnsupportedGroupPolicyExtension. getSettingScope()“Setting Scope of the unsupported extension.”Methods in odata.msgraph.client.beta.entity with parameters of type GroupPolicySettingScope Modifier and Type Method Description GroupPolicySettingMapping.BuilderGroupPolicySettingMapping.Builder. settingScope(GroupPolicySettingScope settingScope)“The scope of the setting”UnsupportedGroupPolicyExtension.BuilderUnsupportedGroupPolicyExtension.Builder. settingScope(GroupPolicySettingScope settingScope)“Setting Scope of the unsupported extension.”GroupPolicySettingMappingGroupPolicySettingMapping. withSettingScope(GroupPolicySettingScope settingScope)Returns an immutable copy ofthiswith just thesettingScopefield changed.UnsupportedGroupPolicyExtensionUnsupportedGroupPolicyExtension. withSettingScope(GroupPolicySettingScope settingScope)Returns an immutable copy ofthiswith just thesettingScopefield changed. -
Uses of GroupPolicySettingScope in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return GroupPolicySettingScope Modifier and Type Method Description static GroupPolicySettingScopeGroupPolicySettingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupPolicySettingScope[]GroupPolicySettingScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-