Package odata.msgraph.client.entity
Class SoftwareUpdateStatusSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.SoftwareUpdateStatusSummary.Builder
-
- Enclosing class:
- SoftwareUpdateStatusSummary
public static final class SoftwareUpdateStatusSummary.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public SoftwareUpdateStatusSummary.Builder id(String id)
-
compliantDeviceCount
public SoftwareUpdateStatusSummary.Builder compliantDeviceCount(Integer compliantDeviceCount)
“Number of compliant devices.”- Parameters:
compliantDeviceCount- value ofcompliantDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
compliantUserCount
public SoftwareUpdateStatusSummary.Builder compliantUserCount(Integer compliantUserCount)
“Number of compliant users.”- Parameters:
compliantUserCount- value ofcompliantUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
conflictDeviceCount
public SoftwareUpdateStatusSummary.Builder conflictDeviceCount(Integer conflictDeviceCount)
“Number of conflict devices.”- Parameters:
conflictDeviceCount- value ofconflictDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
conflictUserCount
public SoftwareUpdateStatusSummary.Builder conflictUserCount(Integer conflictUserCount)
“Number of conflict users.”- Parameters:
conflictUserCount- value ofconflictUserCountproperty (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 ofdisplayNameproperty (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 oferrorDeviceCountproperty (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 oferrorUserCountproperty (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 ofnonCompliantDeviceCountproperty (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 ofnonCompliantUserCountproperty (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 ofnotApplicableDeviceCountproperty (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 ofnotApplicableUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remediatedDeviceCount
public SoftwareUpdateStatusSummary.Builder remediatedDeviceCount(Integer remediatedDeviceCount)
“Number of remediated devices.”- Parameters:
remediatedDeviceCount- value ofremediatedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remediatedUserCount
public SoftwareUpdateStatusSummary.Builder remediatedUserCount(Integer remediatedUserCount)
“Number of remediated users.”- Parameters:
remediatedUserCount- value ofremediatedUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unknownDeviceCount
public SoftwareUpdateStatusSummary.Builder unknownDeviceCount(Integer unknownDeviceCount)
“Number of unknown devices.”- Parameters:
unknownDeviceCount- value ofunknownDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unknownUserCount
public SoftwareUpdateStatusSummary.Builder unknownUserCount(Integer unknownUserCount)
“Number of unknown users.”- Parameters:
unknownUserCount- value ofunknownUserCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public SoftwareUpdateStatusSummary build()
-
-