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