public static final class UserAppInstallStatus.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
UserAppInstallStatus |
build() |
UserAppInstallStatus.Builder |
failedDeviceCount(Integer failedDeviceCount)
“Failed Device Count.”
|
UserAppInstallStatus.Builder |
id(String id) |
UserAppInstallStatus.Builder |
installedDeviceCount(Integer installedDeviceCount)
“Installed Device Count.”
|
UserAppInstallStatus.Builder |
notInstalledDeviceCount(Integer notInstalledDeviceCount)
“Not installed device count.”
|
UserAppInstallStatus.Builder |
userName(String userName)
“User name.”
|
UserAppInstallStatus.Builder |
userPrincipalName(String userPrincipalName)
“User Principal Name.”
|
public UserAppInstallStatus.Builder id(String id)
public UserAppInstallStatus.Builder userName(String userName)
userName - value of userName property (as defined in service metadata)this (for method chaining)public UserAppInstallStatus.Builder userPrincipalName(String userPrincipalName)
userPrincipalName - value of userPrincipalName property (as defined in service metadata)this (for method chaining)public UserAppInstallStatus.Builder installedDeviceCount(Integer installedDeviceCount)
installedDeviceCount - value of installedDeviceCount property (as defined in service metadata)this (for method chaining)public UserAppInstallStatus.Builder failedDeviceCount(Integer failedDeviceCount)
failedDeviceCount - value of failedDeviceCount property (as defined in service metadata)this (for method chaining)public UserAppInstallStatus.Builder notInstalledDeviceCount(Integer notInstalledDeviceCount)
notInstalledDeviceCount - value of notInstalledDeviceCount property (as defined in service metadata)this (for method chaining)public UserAppInstallStatus build()
Copyright © 2018–2020. All rights reserved.