Class EBookInstallSummary.Builder

    • Method Detail

      • failedDeviceCount

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