static MobileAppInstallSummary.Builder |
MobileAppInstallSummary.builderMobileAppInstallSummary() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.failedDeviceCount(Integer failedDeviceCount) |
“Number of Devices that have failed to install this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.failedUserCount(Integer failedUserCount) |
“Number of Users that have 1 or more device that failed to install this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.id(String id) |
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.installedDeviceCount(Integer installedDeviceCount) |
“Number of Devices that have successfully installed this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.installedUserCount(Integer installedUserCount) |
“Number of Users whose devices have all succeeded to install this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.notApplicableDeviceCount(Integer notApplicableDeviceCount) |
“Number of Devices that are not applicable for this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.notApplicableUserCount(Integer notApplicableUserCount) |
“Number of Users whose devices were all not applicable for this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.notInstalledDeviceCount(Integer notInstalledDeviceCount) |
“Number of Devices that does not have this app installed.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.notInstalledUserCount(Integer notInstalledUserCount) |
“Number of Users that have 1 or more devices that did not install this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.pendingInstallDeviceCount(Integer pendingInstallDeviceCount) |
“Number of Devices that have been notified to install this app.”
|
MobileAppInstallSummary.Builder |
MobileAppInstallSummary.Builder.pendingInstallUserCount(Integer pendingInstallUserCount) |
“Number of Users that have 1 or more device that have been notified to install
this app and have 0 devices with failures.”
|