Class UserExperienceAnalyticsAutopilotDevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.UserExperienceAnalyticsAutopilotDevicesSummary.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAutopilotDevicesSummary
public static final class UserExperienceAnalyticsAutopilotDevicesSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExperienceAnalyticsAutopilotDevicesSummarybuild()UserExperienceAnalyticsAutopilotDevicesSummary.BuilderdevicesNotAutopilotRegistered(Integer devicesNotAutopilotRegistered)“The count of intune devices that are not autopilot registerd.”UserExperienceAnalyticsAutopilotDevicesSummary.BuilderdevicesWithoutAutopilotProfileAssigned(Integer devicesWithoutAutopilotProfileAssigned)“The count of intune devices not autopilot profile assigned.”UserExperienceAnalyticsAutopilotDevicesSummary.BuildertotalWindows10DevicesWithoutTenantAttached(Integer totalWindows10DevicesWithoutTenantAttached)“The count of windows 10 devices that are Intune and Comanaged.”
-
-
-
Method Detail
-
devicesNotAutopilotRegistered
public UserExperienceAnalyticsAutopilotDevicesSummary.Builder devicesNotAutopilotRegistered(Integer devicesNotAutopilotRegistered)
“The count of intune devices that are not autopilot registerd.”- Parameters:
devicesNotAutopilotRegistered- value ofdevicesNotAutopilotRegisteredproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
devicesWithoutAutopilotProfileAssigned
public UserExperienceAnalyticsAutopilotDevicesSummary.Builder devicesWithoutAutopilotProfileAssigned(Integer devicesWithoutAutopilotProfileAssigned)
“The count of intune devices not autopilot profile assigned.”- Parameters:
devicesWithoutAutopilotProfileAssigned- value ofdevicesWithoutAutopilotProfileAssignedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalWindows10DevicesWithoutTenantAttached
public UserExperienceAnalyticsAutopilotDevicesSummary.Builder totalWindows10DevicesWithoutTenantAttached(Integer totalWindows10DevicesWithoutTenantAttached)
“The count of windows 10 devices that are Intune and Comanaged.”- Parameters:
totalWindows10DevicesWithoutTenantAttached- value oftotalWindows10DevicesWithoutTenantAttachedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAutopilotDevicesSummary build()
-
-