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