Package odata.msgraph.client.complex
Class UserExperienceAnalyticsAutopilotDevicesSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.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 co-managed.
-
-
-
Method Detail
-
devicesNotAutopilotRegistered
public UserExperienceAnalyticsAutopilotDevicesSummary.Builder devicesNotAutopilotRegistered(Integer devicesNotAutopilotRegistered)
“The count of intune devices that are not autopilot registerd. Read-only.”- 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. Read-only.”- 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 co-managed. Read-only.”- Parameters:
totalWindows10DevicesWithoutTenantAttached- value oftotalWindows10DevicesWithoutTenantAttachedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAutopilotDevicesSummary build()
-
-