Package odata.msgraph.client.beta.entity
Class EBookInstallSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.EBookInstallSummary.Builder
-
- Enclosing class:
- EBookInstallSummary
public static final class EBookInstallSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EBookInstallSummarybuild()EBookInstallSummary.BuilderfailedDeviceCount(Integer failedDeviceCount)“Number of Devices that have failed to install this book.”EBookInstallSummary.BuilderfailedUserCount(Integer failedUserCount)“Number of Users that have 1 or more device that failed to install this book.”EBookInstallSummary.Builderid(String id)EBookInstallSummary.BuilderinstalledDeviceCount(Integer installedDeviceCount)“Number of Devices that have successfully installed this book.”EBookInstallSummary.BuilderinstalledUserCount(Integer installedUserCount)“Number of Users whose devices have all succeeded to install this book.”EBookInstallSummary.BuildernotInstalledDeviceCount(Integer notInstalledDeviceCount)“Number of Devices that does not have this book installed.”EBookInstallSummary.BuildernotInstalledUserCount(Integer notInstalledUserCount)“Number of Users that did not install this book.”
-
-
-
Method Detail
-
id
public EBookInstallSummary.Builder id(String id)
-
failedDeviceCount
public EBookInstallSummary.Builder failedDeviceCount(Integer failedDeviceCount)
“Number of Devices that have failed to install this book.”- Parameters:
failedDeviceCount- value offailedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedUserCount
public EBookInstallSummary.Builder failedUserCount(Integer failedUserCount)
“Number of Users that have 1 or more device that failed to install this book.”- Parameters:
failedUserCount- value offailedUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
installedDeviceCount
public EBookInstallSummary.Builder installedDeviceCount(Integer installedDeviceCount)
“Number of Devices that have successfully installed this book.”- Parameters:
installedDeviceCount- value ofinstalledDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
installedUserCount
public EBookInstallSummary.Builder installedUserCount(Integer installedUserCount)
“Number of Users whose devices have all succeeded to install this book.”- Parameters:
installedUserCount- value ofinstalledUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notInstalledDeviceCount
public EBookInstallSummary.Builder notInstalledDeviceCount(Integer notInstalledDeviceCount)
“Number of Devices that does not have this book installed.”- Parameters:
notInstalledDeviceCount- value ofnotInstalledDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notInstalledUserCount
public EBookInstallSummary.Builder notInstalledUserCount(Integer notInstalledUserCount)
“Number of Users that did not install this book.”- Parameters:
notInstalledUserCount- value ofnotInstalledUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EBookInstallSummary build()
-
-