| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.Builder.build() |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withBootScore(Integer bootScore)
Returns an immutable copy of
this with just the bootScore field
changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withCoreBootTimeInMs(Integer coreBootTimeInMs)
Returns an immutable copy of
this with just the coreBootTimeInMs
field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withCoreLoginTimeInMs(Integer coreLoginTimeInMs)
Returns an immutable copy of
this with just the coreLoginTimeInMs
field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withDeviceCount(Long deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withDiskType(DiskType diskType)
Returns an immutable copy of
this with just the diskType field
changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withGroupPolicyBootTimeInMs(Integer groupPolicyBootTimeInMs)
Returns an immutable copy of
this with just the groupPolicyBootTimeInMs field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withGroupPolicyLoginTimeInMs(Integer groupPolicyLoginTimeInMs)
Returns an immutable copy of
this with just the groupPolicyLoginTimeInMs field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withHealthStatus(UserExperienceAnalyticsHealthState healthStatus)
Returns an immutable copy of
this with just the healthStatus
field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withLoginScore(Integer loginScore)
Returns an immutable copy of
this with just the loginScore field
changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withManufacturer(String manufacturer)
Returns an immutable copy of
this with just the manufacturer
field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withModel(String model)
Returns an immutable copy of
this with just the model field
changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withOperatingSystemVersion(String operatingSystemVersion)
Returns an immutable copy of
this with just the operatingSystemVersion field changed. |
UserExperienceAnalyticsDevicePerformance |
UserExperienceAnalyticsDevicePerformance.withResponsiveDesktopTimeInMs(Integer responsiveDesktopTimeInMs)
Returns an immutable copy of
this with just the responsiveDesktopTimeInMs field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserExperienceAnalyticsDevicePerformance> |
UserExperienceAnalyticsDevicePerformanceCollectionRequest.summarizeDevicePerformanceDevices(UserExperienceAnalyticsSummarizedBy summarizeBy) |
Copyright © 2018–2020. All rights reserved.