Package odata.msgraph.client.entity
Class SettingStateDeviceSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.SettingStateDeviceSummary.Builder
-
- Enclosing class:
- SettingStateDeviceSummary
public static final class SettingStateDeviceSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingStateDeviceSummarybuild()SettingStateDeviceSummary.BuildercompliantDeviceCount(Integer compliantDeviceCount)“Device Compliant count for the setting”SettingStateDeviceSummary.BuilderconflictDeviceCount(Integer conflictDeviceCount)“Device conflict error count for the setting”SettingStateDeviceSummary.BuildererrorDeviceCount(Integer errorDeviceCount)“Device error count for the setting”SettingStateDeviceSummary.Builderid(String id)SettingStateDeviceSummary.BuilderinstancePath(String instancePath)“Name of the InstancePath for the setting”SettingStateDeviceSummary.BuildernonCompliantDeviceCount(Integer nonCompliantDeviceCount)“Device NonCompliant count for the setting”SettingStateDeviceSummary.BuildernotApplicableDeviceCount(Integer notApplicableDeviceCount)“Device Not Applicable count for the setting”SettingStateDeviceSummary.BuilderremediatedDeviceCount(Integer remediatedDeviceCount)“Device Compliant count for the setting”SettingStateDeviceSummary.BuildersettingName(String settingName)“Name of the setting”SettingStateDeviceSummary.BuilderunknownDeviceCount(Integer unknownDeviceCount)“Device Unkown count for the setting”
-
-
-
Method Detail
-
id
public SettingStateDeviceSummary.Builder id(String id)
-
compliantDeviceCount
public SettingStateDeviceSummary.Builder compliantDeviceCount(Integer compliantDeviceCount)
“Device Compliant count for the setting”- Parameters:
compliantDeviceCount- value ofcompliantDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
conflictDeviceCount
public SettingStateDeviceSummary.Builder conflictDeviceCount(Integer conflictDeviceCount)
“Device conflict error count for the setting”- Parameters:
conflictDeviceCount- value ofconflictDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
errorDeviceCount
public SettingStateDeviceSummary.Builder errorDeviceCount(Integer errorDeviceCount)
“Device error count for the setting”- Parameters:
errorDeviceCount- value oferrorDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
instancePath
public SettingStateDeviceSummary.Builder instancePath(String instancePath)
“Name of the InstancePath for the setting”- Parameters:
instancePath- value ofinstancePathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
nonCompliantDeviceCount
public SettingStateDeviceSummary.Builder nonCompliantDeviceCount(Integer nonCompliantDeviceCount)
“Device NonCompliant count for the setting”- Parameters:
nonCompliantDeviceCount- value ofnonCompliantDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notApplicableDeviceCount
public SettingStateDeviceSummary.Builder notApplicableDeviceCount(Integer notApplicableDeviceCount)
“Device Not Applicable count for the setting”- Parameters:
notApplicableDeviceCount- value ofnotApplicableDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remediatedDeviceCount
public SettingStateDeviceSummary.Builder remediatedDeviceCount(Integer remediatedDeviceCount)
“Device Compliant count for the setting”- Parameters:
remediatedDeviceCount- value ofremediatedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
settingName
public SettingStateDeviceSummary.Builder settingName(String settingName)
“Name of the setting”- Parameters:
settingName- value ofsettingNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unknownDeviceCount
public SettingStateDeviceSummary.Builder unknownDeviceCount(Integer unknownDeviceCount)
“Device Unkown count for the setting”- Parameters:
unknownDeviceCount- value ofunknownDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public SettingStateDeviceSummary build()
-
-