Package odata.msgraph.client.complex
Class UserExperienceAnalyticsAutopilotDevicesSummary
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsAutopilotDevicesSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsAutopilotDevicesSummary extends Object implements com.github.davidmoten.odata.client.ODataType
“The user experience analytics summary of Devices not windows autopilot ready.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsAutopilotDevicesSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerdevicesNotAutopilotRegisteredprotected IntegerdevicesWithoutAutopilotProfileAssignedprotected StringodataTypeprotected IntegertotalWindows10DevicesWithoutTenantAttachedprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsAutopilotDevicesSummary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsAutopilotDevicesSummary.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getDevicesNotAutopilotRegistered()“The count of intune devices that are not autopilot registerd.Optional<Integer>getDevicesWithoutAutopilotProfileAssigned()“The count of intune devices not autopilot profile assigned.Optional<Integer>getTotalWindows10DevicesWithoutTenantAttached()“The count of windows 10 devices that are Intune and co-managed.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UserExperienceAnalyticsAutopilotDevicesSummarywithDevicesNotAutopilotRegistered(Integer devicesNotAutopilotRegistered)Returns an immutable copy ofthiswith just thedevicesNotAutopilotRegisteredfield changed.UserExperienceAnalyticsAutopilotDevicesSummarywithDevicesWithoutAutopilotProfileAssigned(Integer devicesWithoutAutopilotProfileAssigned)Returns an immutable copy ofthiswith just thedevicesWithoutAutopilotProfileAssignedfield changed.UserExperienceAnalyticsAutopilotDevicesSummarywithTotalWindows10DevicesWithoutTenantAttached(Integer totalWindows10DevicesWithoutTenantAttached)Returns an immutable copy ofthiswith just thetotalWindows10DevicesWithoutTenantAttachedfield changed.UserExperienceAnalyticsAutopilotDevicesSummarywithUnmappedField(String name, String 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
-
devicesNotAutopilotRegistered
protected Integer devicesNotAutopilotRegistered
-
devicesWithoutAutopilotProfileAssigned
protected Integer devicesWithoutAutopilotProfileAssigned
-
totalWindows10DevicesWithoutTenantAttached
protected Integer totalWindows10DevicesWithoutTenantAttached
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getDevicesNotAutopilotRegistered
public Optional<Integer> getDevicesNotAutopilotRegistered()
“The count of intune devices that are not autopilot registerd. Read-only.”- Returns:
- property devicesNotAutopilotRegistered
-
withDevicesNotAutopilotRegistered
public UserExperienceAnalyticsAutopilotDevicesSummary withDevicesNotAutopilotRegistered(Integer devicesNotAutopilotRegistered)
Returns an immutable copy ofthiswith just thedevicesNotAutopilotRegisteredfield 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:
devicesNotAutopilotRegistered- new value ofdevicesNotAutopilotRegisteredfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedevicesNotAutopilotRegisteredfield changed
-
getDevicesWithoutAutopilotProfileAssigned
public Optional<Integer> getDevicesWithoutAutopilotProfileAssigned()
“The count of intune devices not autopilot profile assigned. Read-only.”- Returns:
- property devicesWithoutAutopilotProfileAssigned
-
withDevicesWithoutAutopilotProfileAssigned
public UserExperienceAnalyticsAutopilotDevicesSummary withDevicesWithoutAutopilotProfileAssigned(Integer devicesWithoutAutopilotProfileAssigned)
Returns an immutable copy ofthiswith just thedevicesWithoutAutopilotProfileAssignedfield 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 not autopilot profile assigned. Read-only.”
- Parameters:
devicesWithoutAutopilotProfileAssigned- new value ofdevicesWithoutAutopilotProfileAssignedfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedevicesWithoutAutopilotProfileAssignedfield changed
-
getTotalWindows10DevicesWithoutTenantAttached
public Optional<Integer> getTotalWindows10DevicesWithoutTenantAttached()
“The count of windows 10 devices that are Intune and co-managed. Read-only.”- Returns:
- property totalWindows10DevicesWithoutTenantAttached
-
withTotalWindows10DevicesWithoutTenantAttached
public UserExperienceAnalyticsAutopilotDevicesSummary withTotalWindows10DevicesWithoutTenantAttached(Integer totalWindows10DevicesWithoutTenantAttached)
Returns an immutable copy ofthiswith just thetotalWindows10DevicesWithoutTenantAttachedfield 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 windows 10 devices that are Intune and co-managed. Read-only.”
- Parameters:
totalWindows10DevicesWithoutTenantAttached- new value oftotalWindows10DevicesWithoutTenantAttachedfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetotalWindows10DevicesWithoutTenantAttachedfield changed
-
withUnmappedField
public UserExperienceAnalyticsAutopilotDevicesSummary withUnmappedField(String name, String 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 UserExperienceAnalyticsAutopilotDevicesSummary.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
-
-