Package odata.msgraph.client.complex
Class UserExperienceAnalyticsCloudManagementDevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsCloudManagementDevicesSummary.Builder
-
- Enclosing class:
- UserExperienceAnalyticsCloudManagementDevicesSummary
public static final class UserExperienceAnalyticsCloudManagementDevicesSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExperienceAnalyticsCloudManagementDevicesSummarybuild()UserExperienceAnalyticsCloudManagementDevicesSummary.BuildercoManagedDeviceCount(Integer coManagedDeviceCount)“Total number of co-managed devices.UserExperienceAnalyticsCloudManagementDevicesSummary.BuilderintuneDeviceCount(Integer intuneDeviceCount)“The count of intune devices that are not autopilot registerd.UserExperienceAnalyticsCloudManagementDevicesSummary.BuildertenantAttachDeviceCount(Integer tenantAttachDeviceCount)“Total count of tenant attach devices.
-
-
-
Method Detail
-
coManagedDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary.Builder coManagedDeviceCount(Integer coManagedDeviceCount)
“Total number of co-managed devices. Read-only.”- Parameters:
coManagedDeviceCount- value ofcoManagedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
intuneDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary.Builder intuneDeviceCount(Integer intuneDeviceCount)
“The count of intune devices that are not autopilot registerd. Read-only.”- Parameters:
intuneDeviceCount- value ofintuneDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tenantAttachDeviceCount
public UserExperienceAnalyticsCloudManagementDevicesSummary.Builder tenantAttachDeviceCount(Integer tenantAttachDeviceCount)
“Total count of tenant attach devices. Read-only.”- Parameters:
tenantAttachDeviceCount- value oftenantAttachDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsCloudManagementDevicesSummary build()
-
-