Class DeviceCompliancePolicySettingStateSummary
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.managed.tenants.entity.DeviceCompliancePolicySettingStateSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class DeviceCompliancePolicySettingStateSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceCompliancePolicySettingStateSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerconflictDeviceCountprotected IntegererrorDeviceCountprotected IntegerfailedDeviceCountprotected StringintuneAccountIdprotected StringintuneSettingIdprotected OffsetDateTimelastRefreshedDateTimeprotected IntegernotApplicableDeviceCountprotected IntegerpendingDeviceCountprotected StringpolicyTypeprotected StringsettingNameprotected IntegersucceededDeviceCountprotected StringtenantDisplayNameprotected StringtenantId-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceCompliancePolicySettingStateSummary()
-
Method Summary
-
-
-
Field Detail
-
conflictDeviceCount
protected Integer conflictDeviceCount
-
errorDeviceCount
protected Integer errorDeviceCount
-
failedDeviceCount
protected Integer failedDeviceCount
-
intuneAccountId
protected String intuneAccountId
-
intuneSettingId
protected String intuneSettingId
-
lastRefreshedDateTime
protected OffsetDateTime lastRefreshedDateTime
-
notApplicableDeviceCount
protected Integer notApplicableDeviceCount
-
pendingDeviceCount
protected Integer pendingDeviceCount
-
policyType
protected String policyType
-
settingName
protected String settingName
-
succeededDeviceCount
protected Integer succeededDeviceCount
-
tenantDisplayName
protected String tenantDisplayName
-
tenantId
protected String tenantId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderDeviceCompliancePolicySettingStateSummary
public static DeviceCompliancePolicySettingStateSummary.Builder builderDeviceCompliancePolicySettingStateSummary()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withConflictDeviceCount
public DeviceCompliancePolicySettingStateSummary withConflictDeviceCount(Integer conflictDeviceCount)
-
withErrorDeviceCount
public DeviceCompliancePolicySettingStateSummary withErrorDeviceCount(Integer errorDeviceCount)
-
withFailedDeviceCount
public DeviceCompliancePolicySettingStateSummary withFailedDeviceCount(Integer failedDeviceCount)
-
withIntuneAccountId
public DeviceCompliancePolicySettingStateSummary withIntuneAccountId(String intuneAccountId)
-
withIntuneSettingId
public DeviceCompliancePolicySettingStateSummary withIntuneSettingId(String intuneSettingId)
-
getLastRefreshedDateTime
public Optional<OffsetDateTime> getLastRefreshedDateTime()
-
withLastRefreshedDateTime
public DeviceCompliancePolicySettingStateSummary withLastRefreshedDateTime(OffsetDateTime lastRefreshedDateTime)
-
withNotApplicableDeviceCount
public DeviceCompliancePolicySettingStateSummary withNotApplicableDeviceCount(Integer notApplicableDeviceCount)
-
withPendingDeviceCount
public DeviceCompliancePolicySettingStateSummary withPendingDeviceCount(Integer pendingDeviceCount)
-
withPolicyType
public DeviceCompliancePolicySettingStateSummary withPolicyType(String policyType)
-
withSettingName
public DeviceCompliancePolicySettingStateSummary withSettingName(String settingName)
-
withSucceededDeviceCount
public DeviceCompliancePolicySettingStateSummary withSucceededDeviceCount(Integer succeededDeviceCount)
-
withTenantDisplayName
public DeviceCompliancePolicySettingStateSummary withTenantDisplayName(String tenantDisplayName)
-
withTenantId
public DeviceCompliancePolicySettingStateSummary withTenantId(String tenantId)
-
withUnmappedField
public DeviceCompliancePolicySettingStateSummary withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public DeviceCompliancePolicySettingStateSummary patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public DeviceCompliancePolicySettingStateSummary put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-