Class MobileAppInstallSummary.Builder

    • Method Detail

      • failedDeviceCount

        public MobileAppInstallSummary.Builder failedDeviceCount​(Integer failedDeviceCount)
        “Number of Devices that have failed to install this app.”
        Parameters:
        failedDeviceCount - value of failedDeviceCount property (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 of failedUserCount property (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 of installedDeviceCount property (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 of installedUserCount property (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 of notApplicableDeviceCount property (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 of notApplicableUserCount property (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 of notInstalledDeviceCount property (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 of notInstalledUserCount property (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 of pendingInstallDeviceCount property (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 of pendingInstallUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)