static UserAppInstallStatus.Builder |
UserAppInstallStatus.builderUserAppInstallStatus() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.failedDeviceCount(Integer failedDeviceCount) |
“Failed Device Count.”
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.id(String id) |
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.installedDeviceCount(Integer installedDeviceCount) |
“Installed Device Count.”
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.notInstalledDeviceCount(Integer notInstalledDeviceCount) |
“Not installed device count.”
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.userName(String userName) |
“User name.”
|
UserAppInstallStatus.Builder |
UserAppInstallStatus.Builder.userPrincipalName(String userPrincipalName) |
“User Principal Name.”
|