public static final class EBookInstallSummary.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
EBookInstallSummary |
build() |
EBookInstallSummary.Builder |
failedDeviceCount(Integer failedDeviceCount)
“Number of Devices that have failed to install this book.”
|
EBookInstallSummary.Builder |
failedUserCount(Integer failedUserCount)
“Number of Users that have 1 or more device that failed to install this book.”
|
EBookInstallSummary.Builder |
id(String id) |
EBookInstallSummary.Builder |
installedDeviceCount(Integer installedDeviceCount)
“Number of Devices that have successfully installed this book.”
|
EBookInstallSummary.Builder |
installedUserCount(Integer installedUserCount)
“Number of Users whose devices have all succeeded to install this book.”
|
EBookInstallSummary.Builder |
notInstalledDeviceCount(Integer notInstalledDeviceCount)
“Number of Devices that does not have this book installed.”
|
EBookInstallSummary.Builder |
notInstalledUserCount(Integer notInstalledUserCount)
“Number of Users that did not install this book.”
|
public EBookInstallSummary.Builder id(String id)
public EBookInstallSummary.Builder installedDeviceCount(Integer installedDeviceCount)
installedDeviceCount - value of installedDeviceCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary.Builder failedDeviceCount(Integer failedDeviceCount)
failedDeviceCount - value of failedDeviceCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary.Builder notInstalledDeviceCount(Integer notInstalledDeviceCount)
notInstalledDeviceCount - value of notInstalledDeviceCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary.Builder installedUserCount(Integer installedUserCount)
installedUserCount - value of installedUserCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary.Builder failedUserCount(Integer failedUserCount)
failedUserCount - value of failedUserCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary.Builder notInstalledUserCount(Integer notInstalledUserCount)
notInstalledUserCount - value of notInstalledUserCount property (as defined in service metadata)this (for method chaining)public EBookInstallSummary build()
Copyright © 2018–2020. All rights reserved.