| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceManagementAbstractComplexSettingDefinition
“Entity representing the defintion for an abstract complex setting”
|
class |
DeviceManagementCollectionSettingDefinition
“Entity representing the defintion for a collection setting”
|
class |
DeviceManagementComplexSettingDefinition
“Entity representing the defintion for a complex setting”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.Builder.build() |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDocumentationUrl(String documentationUrl)
Returns an immutable copy of
this with just the documentationUrl
field changed. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withIsTopLevel(Boolean isTopLevel)
Returns an immutable copy of
this with just the isTopLevel field
changed. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withPlaceholderText(String placeholderText)
Returns an immutable copy of
this with just the placeholderText
field changed. |
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withValueType(DeviceManangementIntentValueType valueType)
Returns an immutable copy of
this with just the valueType field
changed. |
Copyright © 2018–2020. All rights reserved.