Package odata.msgraph.client.complex
Class UserExperienceAnalyticsCloudManagementDevicesSummary
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsCloudManagementDevicesSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsCloudManagementDevicesSummary extends Object implements com.github.davidmoten.odata.client.ODataType
“The user experience work from anywhere Cloud management devices summary.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsCloudManagementDevicesSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegercoManagedDeviceCountprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerintuneDeviceCountprotected StringodataTypeprotected IntegertenantAttachDeviceCountprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsCloudManagementDevicesSummary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsCloudManagementDevicesSummary.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getCoManagedDeviceCount()“Total number of co-managed devices.Optional<Integer>getIntuneDeviceCount()“The count of intune devices that are not autopilot registerd.Optional<Integer>getTenantAttachDeviceCount()“Total count of tenant attach devices.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UserExperienceAnalyticsCloudManagementDevicesSummarywithCoManagedDeviceCount(Integer coManagedDeviceCount)Returns an immutable copy ofthiswith just thecoManagedDeviceCountfield changed.UserExperienceAnalyticsCloudManagementDevicesSummarywithIntuneDeviceCount(Integer intuneDeviceCount)Returns an immutable copy ofthiswith just theintuneDeviceCountfield changed.UserExperienceAnalyticsCloudManagementDevicesSummarywithTenantAttachDeviceCount(Integer tenantAttachDeviceCount)Returns an immutable copy ofthiswith just thetenantAttachDeviceCountfield changed.UserExperienceAnalyticsCloudManagementDevicesSummarywithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
coManagedDeviceCount
protected Integer coManagedDeviceCount
-
intuneDeviceCount
protected Integer intuneDeviceCount
-
tenantAttachDeviceCount
protected Integer tenantAttachDeviceCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCoManagedDeviceCount
public Optional<Integer> getCoManagedDeviceCount()
“Total number of co-managed devices. Read-only.”- Returns:
- property coManagedDeviceCount
-
withCoManagedDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary withCoManagedDeviceCount(Integer coManagedDeviceCount)
Returns an immutable copy ofthiswith just thecoManagedDeviceCountfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Total number of co-managed devices. Read-only.”
- Parameters:
coManagedDeviceCount- new value ofcoManagedDeviceCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecoManagedDeviceCountfield changed
-
getIntuneDeviceCount
public Optional<Integer> getIntuneDeviceCount()
“The count of intune devices that are not autopilot registerd. Read-only.”- Returns:
- property intuneDeviceCount
-
withIntuneDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary withIntuneDeviceCount(Integer intuneDeviceCount)
Returns an immutable copy ofthiswith just theintuneDeviceCountfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The count of intune devices that are not autopilot registerd. Read-only.”
- Parameters:
intuneDeviceCount- new value ofintuneDeviceCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theintuneDeviceCountfield changed
-
getTenantAttachDeviceCount
public Optional<Integer> getTenantAttachDeviceCount()
“Total count of tenant attach devices. Read-only.”- Returns:
- property tenantAttachDeviceCount
-
withTenantAttachDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary withTenantAttachDeviceCount(Integer tenantAttachDeviceCount)
Returns an immutable copy ofthiswith just thetenantAttachDeviceCountfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Total count of tenant attach devices. Read-only.”
- Parameters:
tenantAttachDeviceCount- new value oftenantAttachDeviceCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetenantAttachDeviceCountfield changed
-
withUnmappedField
public UserExperienceAnalyticsCloudManagementDevicesSummary withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static UserExperienceAnalyticsCloudManagementDevicesSummary.Builder builder()
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
-
-