public static final class MobileAppInstallSummary.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppInstallSummary |
build() |
MobileAppInstallSummary.Builder |
failedDeviceCount(Integer failedDeviceCount)
“Number of Devices that have failed to install this app.”
|
MobileAppInstallSummary.Builder |
failedUserCount(Integer failedUserCount)
“Number of Users that have 1 or more device that failed to install this app.”
|
MobileAppInstallSummary.Builder |
id(String id) |
MobileAppInstallSummary.Builder |
installedDeviceCount(Integer installedDeviceCount)
“Number of Devices that have successfully installed this app.”
|
MobileAppInstallSummary.Builder |
installedUserCount(Integer installedUserCount)
“Number of Users whose devices have all succeeded to install this app.”
|
MobileAppInstallSummary.Builder |
notApplicableDeviceCount(Integer notApplicableDeviceCount)
“Number of Devices that are not applicable for this app.”
|
MobileAppInstallSummary.Builder |
notApplicableUserCount(Integer notApplicableUserCount)
“Number of Users whose devices were all not applicable for this app.”
|
MobileAppInstallSummary.Builder |
notInstalledDeviceCount(Integer notInstalledDeviceCount)
“Number of Devices that does not have this app installed.”
|
MobileAppInstallSummary.Builder |
notInstalledUserCount(Integer notInstalledUserCount)
“Number of Users that have 1 or more devices that did not install this app.”
|
MobileAppInstallSummary.Builder |
pendingInstallDeviceCount(Integer pendingInstallDeviceCount)
“Number of Devices that have been notified to install this app.”
|
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.”
|
public MobileAppInstallSummary.Builder id(String id)
public MobileAppInstallSummary.Builder installedDeviceCount(Integer installedDeviceCount)
installedDeviceCount - value of installedDeviceCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder failedDeviceCount(Integer failedDeviceCount)
failedDeviceCount - value of failedDeviceCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder notApplicableDeviceCount(Integer notApplicableDeviceCount)
notApplicableDeviceCount - value of notApplicableDeviceCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder notInstalledDeviceCount(Integer notInstalledDeviceCount)
notInstalledDeviceCount - value of notInstalledDeviceCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder pendingInstallDeviceCount(Integer pendingInstallDeviceCount)
pendingInstallDeviceCount - value of pendingInstallDeviceCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder installedUserCount(Integer installedUserCount)
installedUserCount - value of installedUserCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder failedUserCount(Integer failedUserCount)
failedUserCount - value of failedUserCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder notApplicableUserCount(Integer notApplicableUserCount)
notApplicableUserCount - value of notApplicableUserCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder notInstalledUserCount(Integer notInstalledUserCount)
notInstalledUserCount - value of notInstalledUserCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary.Builder pendingInstallUserCount(Integer pendingInstallUserCount)
pendingInstallUserCount - value of pendingInstallUserCount property (as defined in service metadata)this (for method chaining)public MobileAppInstallSummary build()
Copyright © 2018–2020. All rights reserved.