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