| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected GroupPolicySettingScope |
GroupPolicySettingMapping.settingScope |
protected GroupPolicySettingScope |
UnsupportedGroupPolicyExtension.settingScope |
| Modifier and Type | Method and Description |
|---|---|
Optional<GroupPolicySettingScope> |
GroupPolicySettingMapping.getSettingScope()
“The scope of the setting”
|
Optional<GroupPolicySettingScope> |
UnsupportedGroupPolicyExtension.getSettingScope()
“Setting Scope of the unsupported extension.”
|
| Modifier and Type | Method and Description |
|---|---|
GroupPolicySettingMapping.Builder |
GroupPolicySettingMapping.Builder.settingScope(GroupPolicySettingScope settingScope)
“The scope of the setting”
|
UnsupportedGroupPolicyExtension.Builder |
UnsupportedGroupPolicyExtension.Builder.settingScope(GroupPolicySettingScope settingScope)
“Setting Scope of the unsupported extension.”
|
GroupPolicySettingMapping |
GroupPolicySettingMapping.withSettingScope(GroupPolicySettingScope settingScope)
Returns an immutable copy of
this with just the settingScope
field changed. |
UnsupportedGroupPolicyExtension |
UnsupportedGroupPolicyExtension.withSettingScope(GroupPolicySettingScope settingScope)
Returns an immutable copy of
this with just the settingScope
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static GroupPolicySettingScope |
GroupPolicySettingScope.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.
|
Copyright © 2018–2020. All rights reserved.