static EBookInstallSummary.Builder |
EBookInstallSummary.builderEBookInstallSummary() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.failedDeviceCount(Integer failedDeviceCount) |
“Number of Devices that have failed to install this book.”
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.failedUserCount(Integer failedUserCount) |
“Number of Users that have 1 or more device that failed to install this book.”
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.id(String id) |
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.installedDeviceCount(Integer installedDeviceCount) |
“Number of Devices that have successfully installed this book.”
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.installedUserCount(Integer installedUserCount) |
“Number of Users whose devices have all succeeded to install this book.”
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.notInstalledDeviceCount(Integer notInstalledDeviceCount) |
“Number of Devices that does not have this book installed.”
|
EBookInstallSummary.Builder |
EBookInstallSummary.Builder.notInstalledUserCount(Integer notInstalledUserCount) |
“Number of Users that did not install this book.”
|