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