| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceManagementIntentSettingCategory
“Entity representing an intent setting category”
|
class |
DeviceManagementTemplateSettingCategory
“Entity representing a template setting category”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingCategory |
DeviceManagementSettingCategory.Builder.build() |
DeviceManagementSettingCategory |
DeviceManagementSettingCategory.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementSettingCategory |
DeviceManagementSettingCategory.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementSettingCategory |
DeviceManagementSettingCategory.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementSettingCategory |
DeviceManagementSettingCategory.withHasRequiredSetting(Boolean hasRequiredSetting)
Returns an immutable copy of
this with just the hasRequiredSetting field changed. |
Copyright © 2018–2020. All rights reserved.