Class SoftwareUpdateStatusSummary.Builder

    • Method Detail

      • compliantDeviceCount

        public SoftwareUpdateStatusSummary.Builder compliantDeviceCount​(Integer compliantDeviceCount)
        “Number of compliant devices.”
        Parameters:
        compliantDeviceCount - value of compliantDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • compliantUserCount

        public SoftwareUpdateStatusSummary.Builder compliantUserCount​(Integer compliantUserCount)
        “Number of compliant users.”
        Parameters:
        compliantUserCount - value of compliantUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • conflictDeviceCount

        public SoftwareUpdateStatusSummary.Builder conflictDeviceCount​(Integer conflictDeviceCount)
        “Number of conflict devices.”
        Parameters:
        conflictDeviceCount - value of conflictDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • conflictUserCount

        public SoftwareUpdateStatusSummary.Builder conflictUserCount​(Integer conflictUserCount)
        “Number of conflict users.”
        Parameters:
        conflictUserCount - value of conflictUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • displayName

        public SoftwareUpdateStatusSummary.Builder displayName​(String displayName)
        “The name of the policy.”
        Parameters:
        displayName - value of displayName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorDeviceCount

        public SoftwareUpdateStatusSummary.Builder errorDeviceCount​(Integer errorDeviceCount)
        “Number of devices had error.”
        Parameters:
        errorDeviceCount - value of errorDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorUserCount

        public SoftwareUpdateStatusSummary.Builder errorUserCount​(Integer errorUserCount)
        “Number of users had error.”
        Parameters:
        errorUserCount - value of errorUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • nonCompliantDeviceCount

        public SoftwareUpdateStatusSummary.Builder nonCompliantDeviceCount​(Integer nonCompliantDeviceCount)
        “Number of non compliant devices.”
        Parameters:
        nonCompliantDeviceCount - value of nonCompliantDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • nonCompliantUserCount

        public SoftwareUpdateStatusSummary.Builder nonCompliantUserCount​(Integer nonCompliantUserCount)
        “Number of non compliant users.”
        Parameters:
        nonCompliantUserCount - value of nonCompliantUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notApplicableDeviceCount

        public SoftwareUpdateStatusSummary.Builder notApplicableDeviceCount​(Integer notApplicableDeviceCount)
        “Number of not applicable devices.”
        Parameters:
        notApplicableDeviceCount - value of notApplicableDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notApplicableUserCount

        public SoftwareUpdateStatusSummary.Builder notApplicableUserCount​(Integer notApplicableUserCount)
        “Number of not applicable users.”
        Parameters:
        notApplicableUserCount - value of notApplicableUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • remediatedDeviceCount

        public SoftwareUpdateStatusSummary.Builder remediatedDeviceCount​(Integer remediatedDeviceCount)
        “Number of remediated devices.”
        Parameters:
        remediatedDeviceCount - value of remediatedDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • remediatedUserCount

        public SoftwareUpdateStatusSummary.Builder remediatedUserCount​(Integer remediatedUserCount)
        “Number of remediated users.”
        Parameters:
        remediatedUserCount - value of remediatedUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • unknownDeviceCount

        public SoftwareUpdateStatusSummary.Builder unknownDeviceCount​(Integer unknownDeviceCount)
        “Number of unknown devices.”
        Parameters:
        unknownDeviceCount - value of unknownDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • unknownUserCount

        public SoftwareUpdateStatusSummary.Builder unknownUserCount​(Integer unknownUserCount)
        “Number of unknown users.”
        Parameters:
        unknownUserCount - value of unknownUserCount property (as defined in service metadata)
        Returns:
        this (for method chaining)