Class ManagedDeviceComplianceTrend
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.managed.tenants.entity.ManagedDeviceComplianceTrend
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ManagedDeviceComplianceTrend extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagedDeviceComplianceTrend.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegercompliantDeviceCountprotected IntegerconfigManagerDeviceCountprotected StringcountDateTimeprotected IntegererrorDeviceCountprotected IntegerinGracePeriodDeviceCountprotected IntegernoncompliantDeviceCountprotected StringtenantDisplayNameprotected StringtenantIdprotected IntegerunknownDeviceCount-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManagedDeviceComplianceTrend()
-
Method Summary
-
-
-
Field Detail
-
compliantDeviceCount
protected Integer compliantDeviceCount
-
configManagerDeviceCount
protected Integer configManagerDeviceCount
-
countDateTime
protected String countDateTime
-
errorDeviceCount
protected Integer errorDeviceCount
-
inGracePeriodDeviceCount
protected Integer inGracePeriodDeviceCount
-
noncompliantDeviceCount
protected Integer noncompliantDeviceCount
-
tenantDisplayName
protected String tenantDisplayName
-
tenantId
protected String tenantId
-
unknownDeviceCount
protected Integer unknownDeviceCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderManagedDeviceComplianceTrend
public static ManagedDeviceComplianceTrend.Builder builderManagedDeviceComplianceTrend()
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
-
withCompliantDeviceCount
public ManagedDeviceComplianceTrend withCompliantDeviceCount(Integer compliantDeviceCount)
-
withConfigManagerDeviceCount
public ManagedDeviceComplianceTrend withConfigManagerDeviceCount(Integer configManagerDeviceCount)
-
withCountDateTime
public ManagedDeviceComplianceTrend withCountDateTime(String countDateTime)
-
withErrorDeviceCount
public ManagedDeviceComplianceTrend withErrorDeviceCount(Integer errorDeviceCount)
-
withInGracePeriodDeviceCount
public ManagedDeviceComplianceTrend withInGracePeriodDeviceCount(Integer inGracePeriodDeviceCount)
-
withNoncompliantDeviceCount
public ManagedDeviceComplianceTrend withNoncompliantDeviceCount(Integer noncompliantDeviceCount)
-
withTenantDisplayName
public ManagedDeviceComplianceTrend withTenantDisplayName(String tenantDisplayName)
-
withTenantId
public ManagedDeviceComplianceTrend withTenantId(String tenantId)
-
withUnknownDeviceCount
public ManagedDeviceComplianceTrend withUnknownDeviceCount(Integer unknownDeviceCount)
-
withUnmappedField
public ManagedDeviceComplianceTrend 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 ManagedDeviceComplianceTrend patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ManagedDeviceComplianceTrend put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-