Package odata.msgraph.client.beta.entity
Class MobileAppInstallSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MobileAppInstallSummary.Builder
-
- Enclosing class:
- MobileAppInstallSummary
public static final class MobileAppInstallSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppInstallSummarybuild()MobileAppInstallSummary.BuilderfailedDeviceCount(Integer failedDeviceCount)“Number of Devices that have failed to install this app.”MobileAppInstallSummary.BuilderfailedUserCount(Integer failedUserCount)“Number of Users that have 1 or more device that failed to install this app.”MobileAppInstallSummary.Builderid(String id)MobileAppInstallSummary.BuilderinstalledDeviceCount(Integer installedDeviceCount)“Number of Devices that have successfully installed this app.”MobileAppInstallSummary.BuilderinstalledUserCount(Integer installedUserCount)“Number of Users whose devices have all succeeded to install this app.”MobileAppInstallSummary.BuildernotApplicableDeviceCount(Integer notApplicableDeviceCount)“Number of Devices that are not applicable for this app.”MobileAppInstallSummary.BuildernotApplicableUserCount(Integer notApplicableUserCount)“Number of Users whose devices were all not applicable for this app.”MobileAppInstallSummary.BuildernotInstalledDeviceCount(Integer notInstalledDeviceCount)“Number of Devices that does not have this app installed.”MobileAppInstallSummary.BuildernotInstalledUserCount(Integer notInstalledUserCount)“Number of Users that have 1 or more devices that did not install this app.”MobileAppInstallSummary.BuilderpendingInstallDeviceCount(Integer pendingInstallDeviceCount)“Number of Devices that have been notified to install this app.”MobileAppInstallSummary.BuilderpendingInstallUserCount(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.”
-
-
-
Method Detail
-
id
public MobileAppInstallSummary.Builder id(String id)
-
failedDeviceCount
public MobileAppInstallSummary.Builder failedDeviceCount(Integer failedDeviceCount)
“Number of Devices that have failed to install this app.”- Parameters:
failedDeviceCount- value offailedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedUserCount
public MobileAppInstallSummary.Builder failedUserCount(Integer failedUserCount)
“Number of Users that have 1 or more device that failed to install this app.”- Parameters:
failedUserCount- value offailedUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
installedDeviceCount
public MobileAppInstallSummary.Builder installedDeviceCount(Integer installedDeviceCount)
“Number of Devices that have successfully installed this app.”- Parameters:
installedDeviceCount- value ofinstalledDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
installedUserCount
public MobileAppInstallSummary.Builder installedUserCount(Integer installedUserCount)
“Number of Users whose devices have all succeeded to install this app.”- Parameters:
installedUserCount- value ofinstalledUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notApplicableDeviceCount
public MobileAppInstallSummary.Builder notApplicableDeviceCount(Integer notApplicableDeviceCount)
“Number of Devices that are not applicable for this app.”- Parameters:
notApplicableDeviceCount- value ofnotApplicableDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notApplicableUserCount
public MobileAppInstallSummary.Builder notApplicableUserCount(Integer notApplicableUserCount)
“Number of Users whose devices were all not applicable for this app.”- Parameters:
notApplicableUserCount- value ofnotApplicableUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notInstalledDeviceCount
public MobileAppInstallSummary.Builder notInstalledDeviceCount(Integer notInstalledDeviceCount)
“Number of Devices that does not have this app installed.”- Parameters:
notInstalledDeviceCount- value ofnotInstalledDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notInstalledUserCount
public MobileAppInstallSummary.Builder notInstalledUserCount(Integer notInstalledUserCount)
“Number of Users that have 1 or more devices that did not install this app.”- Parameters:
notInstalledUserCount- value ofnotInstalledUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingInstallDeviceCount
public MobileAppInstallSummary.Builder pendingInstallDeviceCount(Integer pendingInstallDeviceCount)
“Number of Devices that have been notified to install this app.”- Parameters:
pendingInstallDeviceCount- value ofpendingInstallDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pendingInstallUserCount
public 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.”- Parameters:
pendingInstallUserCount- value ofpendingInstallUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppInstallSummary build()
-
-