| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
UserAppInstallStatus |
UserAppInstallStatus.Builder.build() |
UserAppInstallStatus |
UserAppInstallStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UserAppInstallStatus |
UserAppInstallStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
UserAppInstallStatus |
UserAppInstallStatus.withFailedDeviceCount(Integer failedDeviceCount)
Returns an immutable copy of
this with just the failedDeviceCount
field changed. |
UserAppInstallStatus |
UserAppInstallStatus.withInstalledDeviceCount(Integer installedDeviceCount)
Returns an immutable copy of
this with just the installedDeviceCount field changed. |
UserAppInstallStatus |
UserAppInstallStatus.withNotInstalledDeviceCount(Integer notInstalledDeviceCount)
Returns an immutable copy of
this with just the notInstalledDeviceCount field changed. |
UserAppInstallStatus |
UserAppInstallStatus.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
UserAppInstallStatus |
UserAppInstallStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.