| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.Builder.build() |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.withDevicesCount(Integer devicesCount)
Returns an immutable copy of
this with just the devicesCount
field changed. |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.withLastReportedDateTime(OffsetDateTime lastReportedDateTime)
Returns an immutable copy of
this with just the lastReportedDateTime field changed. |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.withStatus(ComplianceStatus status)
Returns an immutable copy of
this with just the status field
changed. |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.withUserDisplayName(String userDisplayName)
Returns an immutable copy of
this with just the userDisplayName
field changed. |
ManagedDeviceMobileAppConfigurationUserStatus |
ManagedDeviceMobileAppConfigurationUserStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.