| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationState |
DeviceConfigurationState.Builder.build() |
DeviceConfigurationState |
DeviceConfigurationState.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceConfigurationState |
DeviceConfigurationState.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceConfigurationState |
DeviceConfigurationState.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceConfigurationState |
DeviceConfigurationState.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
DeviceConfigurationState |
DeviceConfigurationState.withSettingCount(Integer settingCount)
Returns an immutable copy of
this with just the settingCount
field changed. |
DeviceConfigurationState |
DeviceConfigurationState.withState(ComplianceStatus state)
Returns an immutable copy of
this with just the state field
changed. |
DeviceConfigurationState |
DeviceConfigurationState.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
DeviceConfigurationState |
DeviceConfigurationState.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
DeviceConfigurationState |
DeviceConfigurationState.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.